一危虱、打開“文件”->“首選項(xiàng)”->“設(shè)置”,在[搜索框]中搜索:
vetur.format.defaultFormatter.html
將這一項(xiàng)Default Formatter: HTML設(shè)置成“js-beautify-html”淋样。
二惦积、然后打開右上角的json配置文件,如圖:
在setting.json中添加以下代碼:
"vetur.format.defaultFormatterOptions": {
"js-beautify-html": {
"wrap_attributes": "auto"
},
"prettyhtml": {
"printWidth": 100,
"singleQuote": false,
"wrapAttributes": false,
"sortAttributes": false
}
},