reformat any sql dialect cleanly
// output appears here A SQL formatter rewrites raw or minified SQL into consistently indented, keyword-uppercased statements. It breaks long queries into readable clauses — SELECT columns on separate lines, WHERE conditions aligned, JOIN chains clearly separated — making it easier to review query logic and spot mistakes.