many things
This commit is contained in:
parent
9d70ee45ec
commit
426f0fbb0d
10 changed files with 103 additions and 21 deletions
12
.vscode/settings.json
vendored
12
.vscode/settings.json
vendored
|
|
@ -1,5 +1,13 @@
|
|||
{
|
||||
"sql-formatter.uppercase": true,
|
||||
"dbt.queryLimit": 500,
|
||||
"dbt.enableNewQueryPanel": true
|
||||
"dbt.enableNewQueryPanel": true,
|
||||
"emeraldwalk.runonsave": {
|
||||
"commands": [
|
||||
{
|
||||
"match": ".*\\.sql(\\.jinja)?",
|
||||
"isAsync": true,
|
||||
"cmd": "sqlfmt ${file}"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue