vscode 的tab空格设置设置为4的方法
1、点击“文件》首选项》设置” 进入设置页面,设置如下几个选项
2、在“文件》首选项》设置” 的“用户设置”里添加
"editor.detectIndentation": false,
"editor.renderControlCharacters": true,
"editor.renderWhitespace": "all",
第一个改成false目的是:不要检测到第一个是tab,就后面都用tab,这样会覆盖默认设置。
第2 3个显示 制表符是→ 4个空格是....