Change VSC settings

This commit is contained in:
Oliver-Akins 2024-03-17 21:27:16 -06:00
parent 82f1499c3d
commit 7549cd2b05

View file

@ -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,
}
}