This repository has been archived by the owner on Aug 31, 2023. It is now read-only.
Support for prettier's singleAttributePerLine
#3615
walkerdb
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
-
Environment information
What happened?
I'm looking into rome as a possible prettier replacement for our team so gave it a go. Here's our existing prettier config:
Running the
rome format --help
command showed CLI config options corresponding to all of these fields except forsingleAttributePerLine
. I ran it just to confirm withand it was way faster than prettier is but did end up reverting all of prettier's JSX attribute newline changes. Are there any plans to support this config option?
Expected result
prettier compatibility
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions