I'm sorry, but how do I add a config to prettyhtml?
You can use something like this:
"vetur.format.defaultFormatterOptions": { "prettyhtml": { "printWidth": 100, "singleQuote": false } },
https://vuejs.github.io/vetur/formatting.html
Most helpful comment
You can use something like this: