File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 3737 "attributePosition" : " auto" ,
3838 "bracketSpacing" : true
3939 }
40+ },
41+ "css" : {
42+ "formatter" : {
43+ "indentStyle" : " tab" ,
44+ "indentWidth" : 2 ,
45+ "quoteStyle" : " double"
46+ }
4047 }
4148}
Original file line number Diff line number Diff line change 66 ],
77 "settings" : {
88 "editor.defaultFormatter" : " biomejs.biome" ,
9- "[javascript][typescript][postcss ][html][markdown][json][markdown]" : {
9+ "[javascript][typescript][css ][html][markdown][json][markdown]" : {
1010 "editor.formatOnSave" : true ,
1111 "editor.tabSize" : 4 ,
1212 "editor.rulers" : [100 ]
1919 },
2020 "editor.tabSize" : 4 ,
2121 "files.associations" : {
22- "*.css" : " postcss " ,
22+ "*.css" : " css " ,
2323 "*.html" : " html" ,
2424 "*.ts" : " typescript" ,
2525 "*.json" : " json" ,
You can’t perform that action at this time.
0 commit comments