【开发技巧】vscode设置始终自动4空格缩进
通过文件->首选项->设置->右上角打开设置json,找到设置的json文件,按照如下配置即可
"workbench.tree.indent": 4,
"editor.indentSize": 4,
"editor.detectIndentation": false,
-- 展开阅读全文 --
通过文件->首选项->设置->右上角打开设置json,找到设置的json文件,按照如下配置即可
"workbench.tree.indent": 4,
"editor.detectIndentation": false,