File tree 1 file changed +14
-1
lines changed
1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 29
29
"editor.codeLens" : false
30
30
},
31
31
32
- "[javascript][html][css] " : {
32
+ "[javascript]" : {
33
33
"editor.defaultFormatter" : " esbenp.prettier-vscode" ,
34
34
"editor.formatOnSave" : true ,
35
35
"prettier.tabWidth" : 4 ,
40
40
"editor.codeLens" : false
41
41
},
42
42
43
+ "[html][css]" : {
44
+ "editor.defaultFormatter" : " esbenp.prettier-vscode" ,
45
+ "editor.formatOnSave" : true ,
46
+ "prettier.tabWidth" : 4 ,
47
+ "prettier.printWidth" : 120 ,
48
+ "prettier.singleQuote" : false ,
49
+ "prettier.bracketSpacing" : false ,
50
+ "prettier.bracketSameLine" : true ,
51
+ "prettier.trailingComma" : " es5" ,
52
+ "prettier.proseWrap" : " always" ,
53
+ "editor.codeLens" : false
54
+ },
55
+
43
56
"workbench.tree.enableStickyScroll" : false ,
44
57
"workbench.colorTheme" : " Zenburn" ,
45
58
"workbench.editorAssociations" : {
You can’t perform that action at this time.
0 commit comments