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

GO not being indented properly

USE master;
  GO

SELECT  *
FROM    dbo.spt_values;
  GO
If I run the Format SQL command I would expect that the GO lines would be aligned with the USE and SELECT statement lines respectively; however, the GO lines stay where they are.
jmeyer
0

Comments

1 comment

  • Aaron L
    Hi Jens,

    I think we might have already fixed this in the 7.3 beta formatter if you'd like to give it a go. If you're still having problems on the new formatter please do let me know.

    Thanks,
    Aaron.
    Aaron L
    0

Add comment

Please sign in to leave a comment.