Skip to content

Commit

Permalink
add format option
Browse files Browse the repository at this point in the history
  • Loading branch information
Dairyo Sekine committed Dec 29, 2023
1 parent 1e01ed5 commit 3ba3c06
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,17 @@
"bqExtensionVSCode.formatting.formatMultilineComment": {
"type": "boolean",
"default": false,
"markdownDescription": "Print multiline commnets in ['starred-block'](https://eslint.org/docs/rules/multiline-comment-style) style."
"markdownDescription": "(experimental) Print multiline commnets in ['starred-block'](https://eslint.org/docs/rules/multiline-comment-style) style."
},
"bqExtensionVSCode.formatting.indentCte": {
"type": "boolean",
"default": true,
"markdownDescription": "Indent CTEs in with clause."
},
"bqExtensionVSCode.formatting.printBlankLineAfterCte": {
"type": "boolean",
"default": false,
"markdownDescription": "Print blank line after CTE in with clause."
},
"bqExtensionVSCode.formatting.printKeywordsInUpperCase": {
"type": "boolean",
Expand Down

0 comments on commit 3ba3c06

Please sign in to comment.