vscode 缩进改为2空格

 

vscode 缩进改为2空格

 

vscode 缩进改为2空格

 因为vscode默认启用了"editor.detectIndentation": true根据文件类型自动设置tabsize的选项。

在配置中加上
"editor.detectIndentation": false,
"editor.tabSize": 2,

相关文章:

  • 2022-12-23
  • 2021-11-16
  • 2022-01-01
  • 2021-05-03
  • 2022-12-23
  • 2022-12-23
  • 2021-09-13
猜你喜欢
  • 2021-12-08
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-22
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案