This repository was archived by the owner on Aug 31, 2023. It is now read-only.
Formatter - single attribute per line (jsx / tsx) #4180
ZelCloud
started this conversation in
Suggestions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Could we get something like prettier's single attribute per line?
https://prettier.io/docs/en/options.html#single-attribute-per-line
Currently Rome formats jsx / tsx code like so:
Which is quite hard to read when the component has a lot of attributes
While with prettier we can get something like so:
Beta Was this translation helpful? Give feedback.
All reactions