.dungeon/.vscode/settings.json
2024-01-29 23:02:54 -07:00

11 lines
No EOL
180 B
JSON

{
"files.autoSave": "onWindowChange",
"editor.tabSize": 2,
"[javascript]": {
"editor.tabSize": 4
},
"[yaml,yml]": {
"editor.insertSpaces": true,
"editor.tabSize": 2
}
}