当前位置:首页 > Web开发 > 正文

// 保存时格式化 "editor.formatOnSave": true

2024-03-31 Web开发

{ // tab 巨细为2个空格 "editor.tabSize": 2, // 编纂器换行 "editor.wordWrap": "off", // 生存时格局化 "editor.formatOnSave": true, // 开启 vscode 文件路径导航 "breadcrumbs.enabled": true, // prettier 设置语句末尾不加分号 "prettier.semi": false, // prettier 设置强制单引号 "prettier.singleQuote": true, // 选择 vue 文件中 template 的格局化工具 "vetur.format.defaultFormatter.html": "js-beautify-html", // vetur 的自界说设置 "vetur.format.defaultFormatterOptions": { "js-beautify-html": { "wrap_attributes": "aligned-multiple" }, "prettier": { "singleQuote": true, "semi": false, "printWidth": 100, "wrapAttributes": false, "sortAttributes": false } } }

vs code settings.json

温馨提示: 本文由Jm博客推荐,转载请保留链接: https://www.jmwww.net/file/web/32580.html