Skip to content

Commit

Permalink
Deprecate commaPosition & tabulateAlias configs
Browse files Browse the repository at this point in the history
  • Loading branch information
nene committed Mar 26, 2023
1 parent 2628fe6 commit 8b76638
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ All fields are optional and all fields that are not specified will be filled wit
- [**`keywordCase`**](docs/keywordCase.md) uppercases or lowercases keywords.
- [**`indentStyle`**](docs/indentStyle.md) defines overall indentation style.
- [**`logicalOperatorNewline`**](docs/logicalOperatorNewline.md) newline before or after boolean operator (AND, OR, XOR).
- [**`tabulateAlias`**](docs/tabulateAlias.md) aligns column aliases vertically (**unstable!**).
- [**`commaPosition`**](docs/commaPosition.md) where to place the comma in column lists (**unstable!**).
- [**`tabulateAlias`**](docs/tabulateAlias.md) aligns column aliases vertically (**deprecated!**).
- [**`commaPosition`**](docs/commaPosition.md) where to place the comma in column lists (**deprecated!**).
- [**`expressionWidth`**](docs/expressionWidth.md) maximum number of characters in parenthesized expressions to be kept on single line.
- [**`linesBetweenQueries`**](docs/linesBetweenQueries.md) how many newlines to insert between queries.
- [**`denseOperators`**](docs/denseOperators.md) packs operators densely without spaces.
Expand Down
3 changes: 2 additions & 1 deletion docs/commaPosition.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# commaPosition (unstable)
# commaPosition (deprected)

Defines where to place commas in lists of columns.

**Warning:** This feature is known to be buggy. Use at your own risk. See [#505][bug].
It will be removed in the next major version.

## Options

Expand Down
3 changes: 2 additions & 1 deletion docs/tabulateAlias.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# tabulateAlias (unstable)
# tabulateAlias (deprected)

Aligns column aliases into a single column.
Does not effect table name aliases.

**Warning:** This feature is known to be buggy. Use at your own risk. See [#236][bug].
It will be removed in the next major version.

## Options

Expand Down

0 comments on commit 8b76638

Please sign in to comment.