-
Notifications
You must be signed in to change notification settings - Fork 9
Sql code formatting
deepsky edited this page Apr 4, 2012
·
3 revisions
SQL Code Assistant can reformat an arbitrary selected block of code, all code in the current file, all files in a directory, or even in the entire project or solution, according to your Code Style preferences. Reformatting affects braces layout, blank lines, line wrapping and line breaks, spaces in various contexts, indentation, aligning, capitalisation of keywords and names, etc. All of these options can be fine-tune in the Code Style Options dialog box.
To reformat the code in the current file, simply press Ctrl+Alt+L, select Reformat Code in Available profiles, and click Run.

Before formatting
After formatting
