.dungeon/.vscode/settings.json
2024-03-17 21:27:16 -06:00

16 lines
No EOL
301 B
JSON

{
"files.autoSave": "onWindowChange",
"editor.tabSize": 2,
"[yaml,yml]": {
"editor.insertSpaces": true,
"editor.tabSize": 2
},
"git.branchProtection": [],
"files.exclude": {
"dotdungeon.lock": true,
".styles": true,
"node_modules": true,
"packs": true,
".gitattributes": true,
}
}