sublime text 3 空格
- 作者: 拼了命做自己__
- 来源: 51数据库
- 2020-09-28
启动sublime text3;
1
打开文件,看到整段代码都2个空格的缩...
2
这时我们可以找到sublime text软件右下...
3
在弹出来的选项中选择“tab width 4”;
4
你也可以在菜单栏中点击“view”——“...
5
这时可以看到页面的变化,所有代码块都.
preference-defalut:
【将tab键自动替换为4个空格】
// the number of spaces a tab is considered equal to
“tab_size”: 4,
// set to true to insert spaces when tab is pressed
“translate_tabs_to_spaces”: true,
1
打开文件,看到整段代码都2个空格的缩...
2
这时我们可以找到sublime text软件右下...
3
在弹出来的选项中选择“tab width 4”;
4
你也可以在菜单栏中点击“view”——“...
5
这时可以看到页面的变化,所有代码块都.
preference-defalut:
【将tab键自动替换为4个空格】
// the number of spaces a tab is considered equal to
“tab_size”: 4,
// set to true to insert spaces when tab is pressed
“translate_tabs_to_spaces”: true,
推荐阅读
