sql-formatter icon indicating copy to clipboard operation
sql-formatter copied to clipboard

New option to make "AS" aliases aligned vertically

Open javaDeveloperKid opened this issue 2 years ago • 0 comments

Hi, it's often more readable when selected column aliases are aligned vertically. Instead of this:

SELECT   foo as one   foofoo as two   foofoofoo as three

we can have this:

SELECT   foo           as one   foofoo      as two   foofoofoo as three

Configuration option for that would be nice.

javaDeveloperKid avatar Nov 25 '21 20:11 javaDeveloperKid