senkenn / sqlsurge

Visual Studio Code extension for SQL language server
https://marketplace.visualstudio.com/items?itemName=senken.sqlsurge
MIT License
18 stars 0 forks source link

Customize SQL Formatter Configuration and Dependencies #111

Closed senkenn closed 3 weeks ago

senkenn commented 3 weeks ago

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.