serv init
This commit is contained in:
13
.vscode/settings.json
vendored
Normal file
13
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
// 对所有文件生效
|
||||
"editor.tabSize": 2,
|
||||
// 仅对TS文件生效(优先级更高)
|
||||
"[typescript]": {
|
||||
"editor.tabSize": 2
|
||||
},
|
||||
"[java]":{
|
||||
"editor.tabSize": 4
|
||||
},
|
||||
"maven.view": "hierarchical",
|
||||
"java.compile.nullAnalysis.mode": "automatic"
|
||||
}
|
||||
Reference in New Issue
Block a user