Format SQL: ability to turn ANY formatting “subcategory“ OFF
A large number of the SQL Format subcategories already give you the drop-down option to leave the current code “as-is”, for that given subcategory. It would be useful if this functionality extended to EVERY formatting subcategory; perhaps by way of an On/Off checkbox.
The use case here: some teams may have agreed-upon formatting rules that only apply to a very small list of all possible formatting subcategories, and want to use Format SQL to automatically deploy these changes onto preexisting SQL statements WITHOUT affecting other formatting subcategories that they don’t care about. This can greatly reduce added noise to DIFFs on pull requests, so that the code reviewers can focus on what actually changed logic-wise in the PR, while still adding incremental formatting improvements.