[Prettier Plugin] Remove spaces #13519
MayconTrix
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Hey @MayconTrix! This behavior is going to break the code for some developers who use string concatenation. Consider the following example: <div className={"p-8 " + (primary ? "bg-black" : "bg-gray")}> This example produces the |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
My suggestion would be to add functionality to remove spaces at the beginning at the end and double spaces in the middle.
Beta Was this translation helpful? Give feedback.
All reactions