space between parens () and brakets [] #982
Reed-Anderson
started this conversation in
Ideas
Replies: 3 comments
-
How return spaces? |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is a dealbreaker for us - array spacing is very readable when grokking code. |
Beta Was this translation helpful? Give feedback.
0 replies
-
There is an issue here with a draft PR by @sirreal. Apparently @ematipico is not opposed to the idea, as suggested on his comment here, so there is hope. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi folks, just wondering if the Biome team would be more open to the implementation of this Prettier request that was declined:
prettier/prettier#1303
This formatting is available in both ESLint and DPrint, but as far as I can tell, not currently possible with Biome.
Function Declaration:
Instead of
Arrays:
instead of:
Methods:
instead of
Array indexing:
instead of
This issue was a Prettier deal breaker for some that I work with. Biome's support would definitely win them over.
Beta Was this translation helpful? Give feedback.
All reactions