All notable changes to the "SQL Formatter" extension will be documented in this file.
- Added
sql-formatter.linesBetweenQueries
option to configure how many line breaks you want between queries
- Added
sql-formatter.uppercase
option to convert keywords to uppercase
- Fixed formatting issues with unicode characters
- Added support for formatting selections
- Format to have one linebreak at the end of the file
- Fix comment formatting when using Windows line endings
- Now format all statements individually since sql-formatter doesn't always handle multiple statements correctly
- Fixed issue with indentation
- Initial release