diff --git a/biome.jsonc b/biome.jsonc index e43b87d228..190306f12e 100644 --- a/biome.jsonc +++ b/biome.jsonc @@ -48,7 +48,7 @@ "formatter": { "arrowParentheses": "always", "attributePosition": "auto", - "bracketSameLine": false, + "bracketSameLine": true, // false is better. toggle it in the future "bracketSpacing": true, "jsxQuoteStyle": "double", "quoteProperties": "asNeeded",