add autoformat on save
This commit is contained in:
parent
2295679fc9
commit
51275b9513
1 changed files with 3 additions and 0 deletions
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
|
|
@ -12,6 +12,9 @@
|
|||
},
|
||||
"dbt.enableNewLineagePanel": true,
|
||||
"dbt.enableNewDocsPanel": true,
|
||||
"[yaml]": {
|
||||
"editor.formatOnSave": true
|
||||
},
|
||||
"yaml.schemas": {
|
||||
"https://raw.githubusercontent.com/dbt-labs/dbt-jsonschema/main/schemas/dbt_yml_files.json": [
|
||||
"/**/*.yml",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue