sql-formatter
sql-formatter copied to clipboard
A whitespace formatter for different query languages
**Describe the Feature** When building a long string in a script for insert or update, I like to break it into logical chunks for readability and easy maintenance. Also, VSCode...
 Whenever a project name contains a dash followed by a number then it is being interpreted as a minus number value and being...
**Input data** Which SQL and options did you provide as input? ```sql CREATE USER newuser@localhost; ``` **Expected Output** ```sql CREATE USER newuser@localhost; ``` **Actual Output** ```sql CREATE USER newuser @localhost;...