File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ All fields are optional and all fields that are not specified will be filled wit
181
181
- [ ** ` dataTypeCase ` ** ] ( docs/dataTypeCase.md ) uppercases or lowercases data types.
182
182
- [ ** ` functionCase ` ** ] ( docs/functionCase.md ) uppercases or lowercases function names.
183
183
- [ ** ` identifierCase ` ** ] ( docs/identifierCase.md ) uppercases or lowercases identifiers. (** experimental!** )
184
- - [ ** ` indentStyle ` ** ] ( docs/indentStyle.md ) defines overall indentation style.
184
+ - [ ** ` indentStyle ` ** ] ( docs/indentStyle.md ) defines overall indentation style. ( ** deprecated! ** )
185
185
- [ ** ` logicalOperatorNewline ` ** ] ( docs/logicalOperatorNewline.md ) newline before or after boolean operator (AND, OR, XOR).
186
186
- [ ** ` expressionWidth ` ** ] ( docs/expressionWidth.md ) maximum number of characters in parenthesized expressions to be kept on single line.
187
187
- [ ** ` linesBetweenQueries ` ** ] ( docs/linesBetweenQueries.md ) how many newlines to insert between queries.
Original file line number Diff line number Diff line change 1
- # indentStyle
1
+ # indentStyle (DEPRECATED!)
2
2
3
3
Switches between different indentation styles.
4
4
@@ -11,6 +11,7 @@ Switches between different indentation styles.
11
11
Caveats of using ` "tabularLeft" ` and ` "tabularRight" ` :
12
12
13
13
- ` tabWidth ` option is ignored. Indentation will always be 10 spaces, regardless of what is specified by ` tabWidth ` .
14
+ - The implementation of these styles is more of a bolted-on feature which has never worked quite as well as the ` "standard" ` style.
14
15
15
16
### standard
16
17
You can’t perform that action at this time.
0 commit comments