inferrinizzard / prettier-sql

[ARCHIVED] Please use https://github.com/sql-formatter-org/sql-formatter
https://github.com/sql-formatter-org/sql-formatter
MIT License
21 stars 5 forks source link

Add support for tabular aliases #14

Closed inferrinizzard closed 3 years ago

inferrinizzard commented 3 years ago

alias tabular mode aligns aliases and potential AS token to length of longest column / expression +1

TODO: add edge case logic for newline: never and keywordPosition: tenSpace + tests