Skip to content

Commit 9c4073c

Browse files
committed
Mark the indentStyle config option as deprecated
1 parent ee56459 commit 9c4073c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

docs/indentStyle.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# indentStyle
1+
# indentStyle (DEPRECATED!)
22

33
Switches between different indentation styles.
44

@@ -11,6 +11,7 @@ Switches between different indentation styles.
1111
Caveats 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

0 commit comments

Comments
 (0)