vscode setting配置
{ "workbench.colorTheme": "Quiet Light", "workbench.sideBar.location": "left", "workbench.activityBar.visible": true, "workbench.statusBar.visible": true, "workbench.list.horizontalScrolling": true, "breadcrumbs.enabled": true, "[html]": { "editor.defaultFormatter": "vscode.html-language-features" }, "[javascript]": { "editor.defaultFormatter": "vscode.typescript-language-features" }, "window.zoomLevel": 1, "vsicons.dontShowNewVersionMessage": true, "editor.minimap.enabled": true, "editor.renderWhitespace": "all", "editor.renderControlCharacters": true, "editor.tabSize": 2, "editor.formatOnSave": true, "git.enableSmartCommit": true, "diffEditor.renderSideBySide": false, "files.associations": { "*.cjson": "jsonc", "*.wxss": "css", "*.wxs": "javascript", "*.wpy": "vue", "*.vue": "vue", "*.wxml": "html", }, "emmet.includeLanguages": { "wxml": "html" }, "emmet.syntaxProfiles": { "vue-html": "html", "vue": "html" }, "minapp-vscode.disableAutoConfig": true, "editor.formatOnType": true, "editor.formatOnSaveTimeout": 500, "editor.formatOnPaste": true,}打开vscode 左下角小齿轮点击设置在搜索框内输入格式化,点开setting 直接复制粘即可以看到如下风格了
位置
小清爽
说明
1. 本站所有资源来源于用户上传和网络,如有侵权请邮件联系站长!
2. 分享目的仅供大家学习和交流,您必须在下载后24小时内删除!
3. 不得使用于非法商业用途,不得违反国家法律。否则后果自负!
4. 本站提供的源码、模板、插件等等其他资源,都不包含技术服务请大家谅解!
5. 如有链接无法下载、失效或广告,请联系管理员处理!
6. 本站资源售价只是摆设,本站源码仅提供给会员学习使用!
7. 如遇到加密压缩包,请使用360解压,如遇到无法解压的请联系管理员
开心源码网 » vscode setting配置
1. 本站所有资源来源于用户上传和网络,如有侵权请邮件联系站长!
2. 分享目的仅供大家学习和交流,您必须在下载后24小时内删除!
3. 不得使用于非法商业用途,不得违反国家法律。否则后果自负!
4. 本站提供的源码、模板、插件等等其他资源,都不包含技术服务请大家谅解!
5. 如有链接无法下载、失效或广告,请联系管理员处理!
6. 本站资源售价只是摆设,本站源码仅提供给会员学习使用!
7. 如遇到加密压缩包,请使用360解压,如遇到无法解压的请联系管理员
开心源码网 » vscode setting配置