.dungeon/.vscode/settings.json
2023-12-29 23:56:01 -07:00

7 lines
No EOL
106 B
JSON

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