代碼不折行相關(guān)
"vetur.format.defaultFormatter.html": "js-beautify-html", // html不換行,格式化模板選擇為:js-beautify-html
"vetur.format.defaultFormatterOptions": {
"js-beautify-html": {
"wrap_attributes": "auto", // html 標(biāo)簽屬性 換行設(shè)置[auto|force|force-aligned|force-expand-multiline] ["auto"]
"end_with_newline": false // 在文件結(jié)尾添加新行
},
"prettyhtml": {
"printWidth": 100,
"singleQuote": false,
"wrapAttributes": false,
"sortAttributes": false
}
},
"vetur.grammar.customBlocks": {
"docs": "md",
"i18n": "json"
}