Skip to content

Instantly share code, notes, and snippets.

@InspectorClick
Created February 7, 2018 04:07
Show Gist options
  • Save InspectorClick/fe2a61d9ab0ff1bb21b8050a1e9c71bc to your computer and use it in GitHub Desktop.
Save InspectorClick/fe2a61d9ab0ff1bb21b8050a1e9c71bc to your computer and use it in GitHub Desktop.
vscode settings - vetur - wrap attributes
{
"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