PoorMansTSqlFormatter icon indicating copy to clipboard operation
PoorMansTSqlFormatter copied to clipboard

Option: Additional line break after clause-starting keywords

Open TaoK opened this issue 12 years ago • 3 comments

Instead of:

SELECT 1
FROM A
WHERE b = c
    AND d = e

optionally have

SELECT 
    1
FROM 
    A
WHERE 
    b = c
    AND d = e

This has been suggested a couple of times, and somehow hasn't made it into this issue list...

Most recently suggested by Sheldon Hull and Benjamin Solomon (separately)

TaoK avatar Oct 01 '12 20:10 TaoK

Also suggested by Simon Holzman

TaoK avatar Sep 08 '14 09:09 TaoK

I would also like this feature as it more closely supports our coding convention.

steelwil avatar Apr 29 '15 09:04 steelwil

I would also like this option to be added.

dobrin avatar Dec 06 '18 19:12 dobrin