Created
February 7, 2018 04:07
-
-
Save InspectorClick/fe2a61d9ab0ff1bb21b8050a1e9c71bc to your computer and use it in GitHub Desktop.
vscode settings - vetur - wrap attributes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"vetur.format.defaultFormatter.html": "js-beautify-html", | |
"vetur.format.defaultFormatterOptions": { | |
"js-beautify-html": { | |
"wrap_attributes": "force-aligned" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment