PoorMansTSqlFormatter
PoorMansTSqlFormatter copied to clipboard
Option: Additional line break after clause-starting keywords
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)
Also suggested by Simon Holzman
I would also like this feature as it more closely supports our coding convention.
I would also like this option to be added.