SQL Prompt Formatting Off doesn't apply to itself

a.higginsa.higgins Posts: 90 Bronze 2
edited November 1, 2016 3:23PM in SQL Prompt
The indentation of the Off/On switches move around when formatting SQL.

Original query:
-- SQL Prompt Formatting Off
			SELECT * FROM INFORMATION_SCHEMA.COLUMNS c
		-- SQL Prompt Formatting On

Formatted query:
-- SQL Prompt Formatting Off
			SELECT * FROM INFORMATION_SCHEMA.COLUMNS c
		-- SQL Prompt Formatting On

Can the switch to turn formatting off apply to itself, so that it stays at whatever indentation I put it?

Comments

Sign In or Register to comment.