11{
2- // "editor.minimap.enabled ": false ,
3- "html.format.wrapAttributesIndentSize " : 4 ,
4- "[dart] " : {
5- "editor.tabSize " : 4 ,
6- "editor.insertSpaces " : false ,
7- "editor.detectIndentation " : true ,
8- "editor.suggest.insertMode " : " replace " ,
9- "editor.formatOnSave" : true
10- } ,
11- "editor.formatOnSave " : true ,
12- "editor.insertSpaces " : false ,
13- "editor.detectIndentation " : false ,
14- "editor.tabSize " : 4 ,
15- "editor.codeActionsOnSave " : {
16- "source.fixAll" : " explicit "
17- } ,
18- "java.configuration.updateBuildConfiguration " : " interactive "
2+ "html.format.wrapAttributesIndentSize " : 4 ,
3+ "[dart] " : {
4+ "editor.tabSize " : 4 ,
5+ "editor.insertSpaces " : false ,
6+ "editor.detectIndentation " : true ,
7+ "editor.suggest.insertMode " : " replace " ,
8+ "editor.formatOnSave " : true
9+ },
10+ "editor.formatOnSave" : true ,
11+ "editor.insertSpaces " : false ,
12+ "editor.detectIndentation " : false ,
13+ "editor.tabSize " : 4 ,
14+ "editor.codeActionsOnSave " : {
15+ "source.fixAll " : " explicit "
16+ },
17+ "java.configuration.updateBuildConfiguration" : " interactive " ,
18+ "dart.flutterSdkPath " : " .fvm/versions/3.29.2 "
1919}
0 commit comments