doctrine / doctrine/sql-formatter
New option to make "AS" aliases aligned vertically
Open
- Dominant language
- HTML
- Stars
- 1.9k
- Forks
- 29
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.