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
181181- [ ** ` dataTypeCase ` ** ] ( docs/dataTypeCase.md ) uppercases or lowercases data types.
182182- [ ** ` functionCase ` ** ] ( docs/functionCase.md ) uppercases or lowercases function names.
183183- [ ** ` 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! ** )
185185- [ ** ` logicalOperatorNewline ` ** ] ( docs/logicalOperatorNewline.md ) newline before or after boolean operator (AND, OR, XOR).
186186- [ ** ` expressionWidth ` ** ] ( docs/expressionWidth.md ) maximum number of characters in parenthesized expressions to be kept on single line.
187187- [ ** ` 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!)
22
33Switches between different indentation styles.
44
@@ -11,6 +11,7 @@ Switches between different indentation styles.
1111Caveats of using ` "tabularLeft" ` and ` "tabularRight" ` :
1212
1313- ` 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.
1415
1516### standard
1617
You can’t perform that action at this time.
0 commit comments