Skip to content

Commit 7c5c99a

Browse files
committed
build: 👷 configure json formatter to 4-space indent
1 parent f0ec560 commit 7c5c99a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

biome.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@
2020
"linter": {
2121
"enabled": false
2222
},
23+
"json": {
24+
"formatter": {
25+
"indentWidth": 4
26+
}
27+
},
2328
"javascript": {
2429
"formatter": {
2530
"jsxQuoteStyle": "double",

0 commit comments

Comments
 (0)