Skip to content

New option to make "AS" aliases aligned vertically #82

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions