Open brodycj opened 3 years ago
This look related to https://github.com/prettier/prettier/issues/5377 in the main prettier repo.
I got to this topic after using prettier plugin in vscode. Seeing how ugly it is. It format a perfectly fine vue template
<example-component title="Example component" active :todos="todos" :meta="meta"></example-component>
to
<example-component
title="Example component"
active
:todos="todos"
:meta="meta"
></example-component>
I am hoping that prettierx already fix it. But so far no cigar!
https://github.com/prettier/prettier/issues/11110
Got 👍 5 so far