{
"breadcrumbs.enabled": true,
// 设置全部的文件都是4个字符缩进
"editor.detectIndentation": true,
// 关闭vscode自动更新提示
"update.mode": "none",
// 设置在保存文件时对代码进行格式化
"editor.formatOnSave": false,
// beautify的设置*****start
"[javascript]": {
"editor.defaultFormatter": "HookyQR.beautify"
},
"[html]": {
"editor.defaultFormatter": "HookyQR.beautify"
},
"[css]": {
"editor.defaultFormatter": "HookyQR.beautify"
},
"[less]": {
"editor.defaultFormatter": "HookyQR.beautify"
},
"[vue]": {
"edit
Visual Studio Code 配置格式化自动对齐等
最新推荐文章于 2024-07-22 15:48:03 发布
