Files
urbanLifeline/.vscode/settings.json

10 lines
164 B
JSON
Raw Permalink Normal View History

2025-12-02 13:21:18 +08:00
{
2025-12-08 17:36:20 +08:00
"maven.view": "hierarchical",
"editor.tabSize": 4,
2026-01-28 11:42:55 +08:00
"[*.ts]": {
"editor.tabSize": 2
},
"[*.vue]": {
"editor.tabSize": 2
}
2025-12-02 13:21:18 +08:00
}