You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce a FormattedScriptGenerator and OrderByCollector to improve formatting of multi-column ORDER BY clauses (split into indented, multi-line lists). Update SqlFormatter to reuse the new generator and produce the formatted script. Add three new command tests in Tests.cs (single, multiple, and multiple with DESC/ASC) and corresponding verified output files. Also update readme snippet anchor line numbers to match the new test locations.
0 commit comments