vue vscode属性标签不换行

"vetur.format.defaultFormatterOptions": {
"js-beautify-html": {
"wrap_attributes": "auto"
},
"prettyhtml": {
"printWidth": 100,
"singleQuote": false,
"wrapAttributes": false,
"sortAttributes": false
}
}

原文地址:https://www.cnblogs.com/zhaoyun4122/p/10931549.html