Browse Source

feat: Fix biome rule

Housein Abo Shaar 1 month ago
parent
commit
ee2eff8064
1 changed files with 1 additions and 1 deletions
  1. 1 1
      biome.json

+ 1 - 1
biome.json

@@ -10,7 +10,7 @@
     "lineEnding": "lf",
     "lineEnding": "lf",
     "lineWidth": 110,
     "lineWidth": 110,
     "attributePosition": "auto",
     "attributePosition": "auto",
-    "bracketSameLine": false,
+    "bracketSameLine": true,
     "bracketSpacing": true,
     "bracketSpacing": true,
     "expand": "auto",
     "expand": "auto",
     "useEditorconfig": true,
     "useEditorconfig": true,