chore: update prettier config
This commit is contained in:
2
.github/workflows/prettier.yml
vendored
2
.github/workflows/prettier.yml
vendored
@@ -61,4 +61,4 @@ jobs:
|
||||
run: npm ci
|
||||
- name: Run prettier
|
||||
run: |-
|
||||
npx prettier -c '**/*.sql'
|
||||
npx prettier -c '*.sql'
|
||||
|
||||
@@ -5,11 +5,5 @@
|
||||
"singleQuote": true,
|
||||
"printWidth": 100,
|
||||
"endOfLine": "lf",
|
||||
"sqlKeywordCase": "lower",
|
||||
"overrides": [
|
||||
{
|
||||
"files": ["*.sql"],
|
||||
"options": { "sqlKeywordCase": "lower" }
|
||||
}
|
||||
]
|
||||
"sqlKeywordCase": "lower"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user