vetur配置html标签不换行,vscode vetur插件配置不换行

51bd09d95345bca44ff0daa4dd29aa1e.png

管理->设置->扩展->Vetur

13a138a5c2f5ed13305dddebd0bd8185.png

{

"workbench.colorTheme": "Monokai",

"editor.fontSize": 14,

"editor.lineHeight": 16,

"[javascript]": {

"editor.defaultFormatter": "esbenp.prettier-vscode"

},

"[javascriptreact]": {

"editor.defaultFormatter": "esbenp.prettier-vscode"

},

"files.hotExit": "onExit",

"editor.formatOnPaste": true,

"editor.multiCursorModifier": "ctrlCmd",

"editor.snippetSuggestions": "top",

"[vue]": {

"editor.defaultFormatter": "octref.vetur"

},

"explorer.confirmDelete": false,

"vetur.completion.scaffoldSnippetSources": {},

"vetur.format.defaultFormatter.html": "js-beautify-html", // html 不换行

"vetur.format.defaultFormatter.js": "vscode-typescript", // js 不换行

"vetur.format.defaultFormatterOptions": {

"js-beautify-html": {

"wrap_line_length": 0, // 设置多个字符后换行 0 表示忽略

"wrap_attributes": "auto", // html 标签属性 换行设置[auto|force|force-aligned|force-expand-multiline] ["auto"]

"end_with_newline": false // 在文件结尾添加新行

},

"prettyhtml": {

"singleQuote": false,

"wrapAttributes": false,

"sortAttributes": false

}

},

}

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值