This pull request introduces the ability to customize SQL formatting options, specifically allowing for uppercase keywords and a default tab size change from 4 to 2. It also updates the test workspace to include SQL Formatter dependencies. Additionally, it removes the previously existing tab size option from the configuration. The changes ensure that the .sql-formatter.json configuration file is now recognized and utilized correctly, addressing issue #105.
This pull request introduces the ability to customize SQL formatting options, specifically allowing for uppercase keywords and a default tab size change from 4 to 2. It also updates the test workspace to include SQL Formatter dependencies. Additionally, it removes the previously existing tab size option from the configuration. The changes ensure that the
.sql-formatter.json
configuration file is now recognized and utilized correctly, addressing issue #105.