Format SQL files using the sql-formatter npm package.
Forked from https://github.com/kufii/vscode-sql-formatter.
sql-formatter.dialect
: Changes which dialect to format (see https://github.com/zeroturnaround/sql-formatter for list of options). Defaults to sql
.
sql-formatter.uppercase
: Convert keywords to uppercase. Defaults to true.
sql-formatter.linesBetweenQueries
: Number of linebreaks between queries. Defaults to 2.