-
-
Notifications
You must be signed in to change notification settings - Fork 594
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
format bugs: html attr wrap #77
Comments
Is it that html will also be broken without vetur like html is using jsbeautify, but I don't want to add too many options. I'm thinking just use |
Closing in favor of #82. |
what is your color theme? @beeplin |
one dark + |
thank you 👍 |
but i set "force" or "force-aligned" is ok . when i set "force-expand-multiline", the code was broken, and i can't use js-beautify |
When vscode settings has
"html.format.wrapAttributes": "force",
(orforce-align
), formatting of vue file looks like this:the indentation is all broken.
I am not sure if this is veture's bug or vscode's.
vscode: 1.10.1
veture: 0.4.1
os: windows 10 x64
The text was updated successfully, but these errors were encountered: