A minor bug in formatting.
I have created a custom format for SQL statements. My settings in Settings\Formatting are <spaces> for everything.
This works fine everywhere except for one place. In the following SQL statement:
SELECT *
FROM sys.tables
WHERE object_id = 162099618
AND type_desc = 'USER_TABLE'
before the "AND" in the "WHERE" part, SSMSBoost adds a tab instead of spaces.
Tried with the latest version - 3.1.6458
----------
Nick