Skip to content

Commit ff0b0e1

Browse files
committed
Enable CSS formatter in Biome config
1 parent e6aaa61 commit ff0b0e1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

biome.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,15 @@
1717
}
1818
}
1919
},
20+
"css": {
21+
"formatter": {
22+
"enabled": true,
23+
"indentStyle": "space",
24+
"indentWidth": 2,
25+
"lineWidth": 100,
26+
"quoteStyle": "single"
27+
}
28+
},
2029
"javascript": {
2130
"formatter": {
2231
"quoteStyle": "single"

0 commit comments

Comments
 (0)