Is there a way to tell SQL Prompt not to re-format a line of code?
TampaCraig
Posts: 5 Bronze 1
in SQL Prompt
If I have a line of code that I don't want formatted, is there a way to put a comment at the end of the line to tell SQL formatter not to re-format that line?
Tagged:
Answers
This is certainly possible.
SQL Prompt encloses the selected code within comments:
This code now won't be formatted when you run Format SQL.
https://documentation.red-gate.com/sp/sql-code-formatting-and-styles/customizing-your-formatting-styleTianjiao Li | Redgate Software
Have you visited our Help Center?