Skip to content

Commit 8aede6b

Browse files
committed
refactor: fix nesting linebreaks
1 parent 2e9e83b commit 8aede6b

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
@@ -13,7 +13,13 @@
1313
"enabled": true,
1414
"indentStyle": "tab"
1515
},
16-
"assist": { "actions": { "source": { "organizeImports": "on" } } },
16+
"assist": {
17+
"actions": {
18+
"source": {
19+
"organizeImports": "on"
20+
}
21+
}
22+
},
1723
"linter": {
1824
"enabled": true,
1925
"rules": {

0 commit comments

Comments
 (0)