Miscellaneous Rules
Introduction
Section titled “Introduction”Miscellaneous set of layout rules.
Miscellaneous
Section titled “Miscellaneous”Tabify or untabify white space
| Setting | Description |
|---|---|
| Tabify white space | Specify to output tab-length white spaces as tabs. The tab size that is used for the conversion is the text editor’s tab size. |
| Replace tabs with spaces | Specify tabs as white spaces. The tab size that is used for the conversion is the text editor’s tab size. |
Keywords padding
| Setting | Description |
|---|---|
| Padding | Specify padding for the keywords in the SELECT,UPDATE, INSERT and DELETE statements. |
IF/ELSE inner statements
| Setting | Description |
|---|---|
| Always on newline | Placement of single statements inside IF/ELSE statement. |
IF/ELSE inner statement indentions
| Setting | Description |
|---|---|
| Indention length | Controls the indention length of single statements inside IF/ELSE statements. |
Newline after GO
| Setting | Description |
|---|---|
| Add a newline | Specify whether to add a newline after the GO batch separator. |
RAISERROR statement arguments
| Setting | Description |
|---|---|
| On the same line | When the setting is enabled, the RAISERROR statement argument list is placed on the same line and the list breaking is suppressed. |
THROW statement arguments
| Setting | Description |
|---|---|
| On the same line | When the setting is enabled, the THROW statement argument list is placed on the same line and the list breaking is suppressed. |
Data type arguments
| Setting | Description |
|---|---|
| On the same line | When the setting is enabled, the arguments of decimal data types are placed on the same line, and the breaking due to list or parentheses rules is suppressed. |
IDENTITY arguments
| Setting | Description |
|---|---|
| On the same line | When the setting is enabled, the IDENTITY arguments are placed on the same lines, and the breaking due to list or parentheses rules is suppressed. |
Insert columns list
| Setting | Description |
|---|---|
| Place on a newline | When the setting is enabled, the INSERT statement columns list is placed on a newline. |
INSERT VALUES list placement
| Setting | Description |
|---|---|
| Place on a newline | When the setting is enabled, the VALUES list of the INSERT statement is placed on a newline. |