-
-
Notifications
You must be signed in to change notification settings - Fork 597
Closed
Labels
Description
Info
- Platform: macOS
- Vetur version: 0.11.6
- VS Code version: 1.19.2
- Prettier Vs Code: 1.1.2
Problem
my configuration below no longer works after updating prettier
"vetur.format.defaultFormatter.html": "js-beautify-html",
"vetur.format.defaultFormatterOptions": {
"js-beautify-html": {
"indent_size": 2,
"end_with_newline": false,
"wrap_attributes": "force-aligned",
"wrap_attributes_indent_size": 2,
"editorconfig": true
}
}
lunchboxsushi