chore: update prettier config

This commit is contained in:
Qiao Han
2023-02-22 13:31:22 +08:00
parent 59638dc221
commit 59cfdafb2d
2 changed files with 2 additions and 8 deletions

View File

@@ -61,4 +61,4 @@ jobs:
run: npm ci
- name: Run prettier
run: |-
npx prettier -c '**/*.sql'
npx prettier -c '*.sql'

View File

@@ -5,11 +5,5 @@
"singleQuote": true,
"printWidth": 100,
"endOfLine": "lf",
"sqlKeywordCase": "lower",
"overrides": [
{
"files": ["*.sql"],
"options": { "sqlKeywordCase": "lower" }
}
]
"sqlKeywordCase": "lower"
}