Expressions
Operators
Spaces around arithmetic operator
Break arithmetic expression
Spaces around comparison operator
Spaces around unary operator
Spaces around assignment operator
Operators layout rules controls the spaces that are written around the T-SQL arithmetic operators.
Spaces around arithmetic operator
| Space before | Place single space before the operator. |
| Space after | Place single space after the operator. |
Defines when an arithmetic expression is broken on multiple lines and where the break is - before or after the operator.
| New line before | Place new line before arithmetic operator. |
| New line after | Place new line before arithmetic operator. |
| Minimum operators | Minimum number of arithmetic operators in order expression to be broken in multiple lines. |
Spaces around comparison operator
| Space before | Place single space before the operator. |
| Space after | Place single space after the operator. |
| Space before | Place single space before the operator. |
| Space after | Place single space after the operator. |
Spaces around assignment operator
| Space before | Place single space before the operator. |
| Space after | Place single space after the operator. |
Logical Expression
Logical expression layout rules control the way logical expression is written.
Defines if a logical expression is broken on multiple lines and whether the break is - before or after the logical operator.
| New line before | Place new line before logical operator. |
| New line after | Place new line before logical operator. |
| Minimum operators | Minimum number of logical operators in a logical expression in order expression to be broken in multiple lines. |

