prettier-vscode
prettier-vscode copied to clipboard
integration of `singleAttributePerLine` option
Is your feature request related to a problem? Please describe.
currently, prettier formats the HTML attributes on the separate lines every time print width is exceeded.
i can see the singleAttributePerLine option in prettier 2.6 however I can not see the related option in prettier vscode plugin.
Describe the solution you'd like
integration of singleAttributePerLine option in prettier vscode extension.
current behavior

expected behavior

same way

This might help you "prettier.printWidth": 10000
In version 9.7.0
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.