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...
emerges, with the multiple line statements "Place commas at start" and "Align to list" with "Space after commas" checked as:
not:
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...