美文网首页
VSCode代码格式化配置文件

VSCode代码格式化配置文件

作者: lwtzzz | 来源:发表于2020-01-06 15:19 被阅读0次

{ "editor.fontSize": 15,

"workbench.editor.showTabs": true,

"workbench.editor.enablePreview": false,

"scm.autoReveal": false,

"explorer.autoReveal": false,

"editor.tabSize": 2,

"vetur.format.defaultFormatter.js": "vscode-typescript",//代码格式化配置

"vetur.format.defaultFormatter.html": "js-beautify-html",

"vetur.format.defaultFormatterOptions":

{ "js-beautify-html":

{ "wrap_attributes": "auto" },

"prettyhtml": { "printWidth": 100, "singleQuote": false, "wrapAttributes": false, "sortAttributes": false } },}

相关文章

网友评论

      本文标题:VSCode代码格式化配置文件

      本文链接:https://www.haomeiwen.com/subject/ujjkactx.html