0.0.1-security • Published 3 years ago

vue-dexpot-dk v0.0.1-security

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

{ "editor.mouseWheellZoom": true, "workbench.activityBar.visible": false, "window.zoomLevel": -1, "git.path": "C:/Program Files/Git/cmd/git.exe", "terminal.integrated.shell.windows": "C:\Windows\System32\cmd.exe", "emmet.triggerExpansionOnTab": true, "explorer.openEditors.visible": 0, "files.autoSave": "off", "workbench.startupEditor": "newUntitledFile", "editor.tabSize": 2, // 退格 "editor.minimap.enabled": false, // 右边mini浏览区 // filehead配置 "fileheader.Author": "李健", // By default, common template. Do not modify it!!!!! "fileheader.tpl": "/\r\n @ModuleName: \r\n @Author: {author} \r\n @Versions: v1.0.0 \r\n @Date: {createTime} \r\n @Last Modified by: {lastModifiedBy} \r\n @Last Modified time: {updateTime} \r\n /\r\n", // By default, update file username. "fileheader.LastModifiedBy": "LJEARY", "prettier.tabWidth": 2, // 格式化退格量 "emmet.syntaxProfiles": { "vue-html": "html", "vue": "html" }, "vetur.format.defaultFormatter.html": "js-beautify-html", // vue格式化代码 "explorer.confirmDelete": false, // 以下为stylus配置 "stylusSupremacy.insertColons": true, // 是否插入冒号 "stylusSupremacy.insertSemicolons": false, // 是否插入分好 "stylusSupremacy.insertBraces": false, // 是否插入大括号 "stylusSupremacy.insertNewLineAroundImports": false, // import之后是否换行 "stylusSupremacy.insertNewLineAroundBlocks": false, // 两个选择器中是否换行 "prettier.semi": false, // 不自动在js中添加分号 "prettier.singleQuote": true, // js字符串单引号不转换为双引号 // 一下两行, 方法名后 带空格 "vetur.format.defaultFormatter.js": "vscode-typescript", "javascript.format.insertSpaceBeforeFunctionParenthesis": true, "files.exclude": { "/.git": true, "/.svn": true, "/.hg": true, "/CVS": true, "/.DS_Store": true, "/._.": true }, "breadcrumbs.enabled": true, "editor.renderWhitespace": "all", "cssrem.rootFontSize": 80, "vetur.format.defaultFormatterOptions": { "js-beautify-html": { "wrap_attributes": "auto" }, "prettyhtml": { "printWidth": 100, "singleQuote": false, "wrapAttributes": false, "sortAttributes": false } }, }