An opinionated formatter that gets your .sql files to look like the way I usually send them: UPPERCASE keywords, clean indentation, optional AS alignment, and block‑style comments.
Quick Start
Create the project
mkdir sql-stylist && cd sql-stylist
# drop the files from this repo into this folder
npm i
npm run compile
Run in VS Code
Open this folder in VS Code.
Press F5 (Run → Start Debugging) to launch an Extension Development Host.
Open any .sql file there and run Format Document.
Make it your default SQL formatter
In the Extension Host window: Command Palette → Preferences: Open Settings (JSON) and add: