Fork me on GitHub

vscode tab&space

之前一直习惯 1 tab = 4 space,现在发现很多脚手架都是 2 space

将 vscode 默认修改为 1 tab = 2 space

1
2
3
4
5
vscode 首选项 -> 设置
搜索 editor.detectIndentation
修改为:
"editor.detectIndentation": false,
"editor.tabSize": 2,

将原来 4 space 的文件转为 2 space

1
2
vscode 代码自己缩进
alt + shift + f
-------------感谢您的阅读 有问题请留言(或mailto:frostbelt@sina.cn)-------------