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",
|
"files.autoSave": "onWindowChange",
|
||||||
"editor.tabSize": 2,
|
"editor.tabSize": 2,
|
||||||
"[javascript]": {
|
|
||||||
"editor.tabSize": 4
|
|
||||||
},
|
|
||||||
"[yaml,yml]": {
|
"[yaml,yml]": {
|
||||||
"editor.insertSpaces": true,
|
"editor.insertSpaces": true,
|
||||||
"editor.tabSize": 2
|
"editor.tabSize": 2
|
||||||
|
|
@ -12,5 +9,8 @@
|
||||||
"files.exclude": {
|
"files.exclude": {
|
||||||
"dotdungeon.lock": true,
|
"dotdungeon.lock": true,
|
||||||
".styles": true,
|
".styles": true,
|
||||||
|
"node_modules": true,
|
||||||
|
"packs": true,
|
||||||
|
".gitattributes": true,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue