Updated descrption/titles

This commit is contained in:
DaanV2
2021-04-04 14:14:02 +02:00
parent 7cafb5cfc6
commit 251aeaebaa
5 changed files with 137 additions and 89 deletions

View File

@@ -1,3 +1,10 @@
{
"json.schemas": [{ "fileMatch": ["source/**/*.json", "source/*.json"], "url": ".vscode/schema-validation.json" }]
"json.schemas": [{ "fileMatch": ["source/**/*.json", "source/*.json"], "url": ".vscode/schema-validation.json" }],
"editor.formatOnSave": true,
"[json]": { "editor.defaultFormatter": "esbenp.prettier-vscode" },
"[jsonc]": { "editor.defaultFormatter": "esbenp.prettier-vscode" },
"prettier.printWidth": 150,
"prettier.useTabs": false,
"prettier.tabWidth": 2
}