doctrine / doctrine/sql-formatter

New option to make "AS" aliases aligned vertically

Open
#82 0 comments 1 reaction 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.