.dungeon/.vscode/settings.json

16 lines
No EOL
279 B
JSON

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