Skip to content

Commit 059454d

Browse files
committed
fix: add indentWidth to javascript formatter in biome.json
1 parent 6df9288 commit 059454d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

biome.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,13 @@
2020
},
2121
"javascript": {
2222
"formatter": {
23-
"quoteStyle": "single"
23+
"quoteStyle": "single",
24+
"indentWidth": 2
25+
}
26+
},
27+
"json": {
28+
"formatter": {
29+
"indentWidth": 4
2430
}
2531
}
2632
}

0 commit comments

Comments
 (0)