Skip to content

Commit 0ad7c7f

Browse files
authored
Merge pull request #7588 from alexshoe/7586/biome-json-indent-width
Configure Biome - Set `json` Indent Width to 2
2 parents be3cd47 + 2f04c38 commit 0ad7c7f

File tree

1,279 files changed

+1489396
-1465059
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,279 files changed

+1489396
-1465059
lines changed

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
"formatter": {
123123
"enabled": true,
124124
"indentStyle": "space",
125-
"indentWidth": 1,
125+
"indentWidth": 2,
126126
"lineEnding": "lf",
127127
"lineWidth": 80
128128
}

0 commit comments

Comments
 (0)