How can we help you today? How can we help you today?

Suggestion: list alignment

SELECT a.column1, a.column2 FROM dbo.atable a

emerges, with the multiple line statements "Place commas at start" and "Align to list" with "Space after commas" checked as:
SELECT   a.column1
         , a.column2
FROM     dbo.atable a

not:
SELECT a.column1
     , a.column2
FROM   dbo.atable a

Any chance the comma alignment could be under the last letter of the major keyword and there not be an indent, but a single space, after the keyword, please? The "indented list" appears rather strange with the comma under the first letter of the first field...
PDinCA
0

Comments

1 comment

  • Andras B
    We are looking into a similar style that would cover the above lay out. We will try to include it in the final release, but cannot guarantee it. Far too many options :) Thank you for your feedback,

    Andras
    Andras B
    0

Add comment

Please sign in to leave a comment.