Skip to content

Commit

Permalink
chore: update schema
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO committed Feb 16, 2024
1 parent 9c0ca6a commit 415ba48
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
{
"[typescript][javascript][json]": {
"json.schemas": [
{
"fileMatch": [
"/assets/resource/**/*.json",
"/install/resource/**/*.json"
],
"url": "/deps/tools/pipeline.schema.json"
}
],
"[json]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.insertSpaces": true,
"editor.tabSize": 4,
"editor.indentSize": "tabSize"
},
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
"python.formatting.provider": "none"
}
}

0 comments on commit 415ba48

Please sign in to comment.