码迷,mamicode.com
首页 > 其他好文 > 详细

别看看别看看

时间:2019-11-12 00:38:53      阅读:93      评论:0      收藏:0      [点我收藏+]

标签:format   ble   eve   color   for   esc   zoom   insert   vsc   

{
"workbench.startupEditor": "newUntitledFile",
"window.zoomLevel": -2,
"editor.fontSize": 18,
"editor.tabSize": 2, //#代码缩进修改成2个空格
"editor.formatOnSave": true, // #每次保存的时候自动格式化
"eslint.autoFixOnSave": false, //#每次保存的时候将代码按eslint格式进行修复
"javascript.format.insertSpaceBeforeFunctionParenthesis": true,
"[html]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"vetur.format.defaultFormatterOptions": {
"prettier": {
// 格式化不加分号
"semi": false,
// 格式化为单引号
"singleQuote": true,
"printWidth": 180,
"wrapAttributes": false,
"sortAttributes": true,
"useTabs": true,
"proseWrap": "preserve",
"eslintIntegration": true, // #让prettier使用eslint的代码格式进行校验
},
"js-beautify-html": {
"wrap_line_length": 180,
"wrap_attributes": "auto",
"end_with_newline": false
}
},
"open-in-browser.default": "Coogle Chrome",
"explorer.confirmDelete": false,
"vetur.format.defaultFormatter.html": "js-beautify-html",
"html.format.wrapLineLength": 180,
"workbench.sideBar.location": "left",
"workbench.iconTheme": "vscode-icons",
"workbench.colorTheme": "One Monokai",
"vsicons.dontShowNewVersionMessage": true,
"[javascript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"javascript.updateImportsOnFileMove.enabled": "always",
"terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\cmd.exe",
"explorer.confirmDragAndDrop": false,
"editor.minimap.enabled": true,
"breadcrumbs.enabled": false,
}

别看看别看看

标签:format   ble   eve   color   for   esc   zoom   insert   vsc   

原文地址:https://www.cnblogs.com/will-up2018/p/11839302.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!