We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10cb727 commit 0f58758Copy full SHA for 0f58758
biome.json
@@ -17,6 +17,15 @@
17
}
18
19
},
20
+ "css": {
21
+ "formatter": {
22
+ "enabled": true,
23
+ "indentStyle": "space",
24
+ "indentWidth": 2,
25
+ "lineWidth": 100,
26
+ "quoteStyle": "single"
27
+ }
28
+ },
29
"javascript": {
30
"formatter": {
31
"quoteStyle": "single"
test/Test.css
@@ -1,9 +1,6 @@
1
body {
2
margin: 0;
3
- font-family:
4
- Segoe UI,
5
- Tahoma,
6
- sans-serif;
+ font-family: Segoe UI, Tahoma, sans-serif;
7
8
9
.Test header {
0 commit comments