Change VSC settings
This commit is contained in:
parent
82f1499c3d
commit
7549cd2b05
1 changed files with 3 additions and 3 deletions
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
|
|
@ -1,9 +1,6 @@
|
|||
{
|
||||
"files.autoSave": "onWindowChange",
|
||||
"editor.tabSize": 2,
|
||||
"[javascript]": {
|
||||
"editor.tabSize": 4
|
||||
},
|
||||
"[yaml,yml]": {
|
||||
"editor.insertSpaces": true,
|
||||
"editor.tabSize": 2
|
||||
|
|
@ -12,5 +9,8 @@
|
|||
"files.exclude": {
|
||||
"dotdungeon.lock": true,
|
||||
".styles": true,
|
||||
"node_modules": true,
|
||||
"packs": true,
|
||||
".gitattributes": true,
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue