Files
urbanLifeline/.vscode/settings.json
2026-01-28 11:42:55 +08:00

10 lines
164 B
JSON

{
"maven.view": "hierarchical",
"editor.tabSize": 4,
"[*.ts]": {
"editor.tabSize": 2
},
"[*.vue]": {
"editor.tabSize": 2
}
}