refactor: sql formatting (#4371)

* refactor: sql spacing

* refactor editor config
pull/4373/head
James Elliott 2022-11-14 12:54:30 +11:00 committed by GitHub
parent 51045fd3fa
commit 36dbc96b14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 12 additions and 16 deletions

View File

@ -7,15 +7,11 @@ trim_trailing_whitespace = true
end_of_line = lf
insert_final_newline = true
[.buildkite/hooks/**]
[{.buildkite/hooks/**,*.sh,*.yml,*.yaml}]
indent_style = space
indent_size = 2
[*.{sh,yml,yaml}]
indent_style = space
indent_size = 2
[web/**]
[{web/**,*.sql}]
indent_style = space
[{web/package.json,web/pnpm-lock.yaml}]