vscode格式化时属性不换行
"vetur.format.defaultFormatterOptions": {"js-beautify-html": {"wrap_line_length": 240,"wrap_attributes": "auto","end_with_newline": false},"prettyhtml": {"printWidth": 100,"singleQuote": false,..
·


"vetur.format.defaultFormatterOptions": {
"js-beautify-html": {
"wrap_line_length": 240,
"wrap_attributes": "auto",
"end_with_newline": false
},
"prettyhtml": {
"printWidth": 100,
"singleQuote": false,
"wrapAttributes": false,
"sortAttributes": false
}
},
"vetur.format.defaultFormatter.html": "js-beautify-html",
"vetur.format.defaultFormatter.js": "vscode-typescript",
更多推荐


所有评论(0)