Skip to content

Commit

Permalink
Merge pull request #32 from npdev453/docs-missed-comma-break-in-progr…
Browse files Browse the repository at this point in the history
…ammaticaly-usage

docs: fix missed comma-break in programmatically usage
  • Loading branch information
gajus authored Oct 6, 2023
2 parents 376bccf + 8601bdc commit 6e1c8af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ format(`SELECT foo FROM bar`);
|Configuration|Format|Default|Description|`pgFormatter` equivalent|
|---|---|---|---|---|
|`anonymize`|boolean|`false`|Obscure all literals in queries, useful to hide confidential data before formatting.|`anonymize`|
|`commaBreak`|boolean|`false`|Add a newline after each comma in an insert statement.|`comma-break`|
|`functionCase`|string ("unchanged", "lowercase", "uppercase", "capitalize")|`unchanged`|Change the case of the function names.|`function-case`|
|`keywordCase`|string ("unchanged", "lowercase", "uppercase", "capitalize")|`unchanged`|Change the case of the reserved keyword.|`keyword-case`|
|`noRcFile`|boolean|`false`|Do not read ~/.pg_format automatically.|`no-rcfile`|
Expand Down

0 comments on commit 6e1c8af

Please # to comment.