Sublime text3修改tab键缩进
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Sublime text3修改tab键缩进相关的知识,希望对你有一定的参考价值。
1.菜单栏中点击Preferences(首选项)->Setting-User
2. 添加如下三行代码:
// The number of spaces a tab is considered equal to
"tab_size": 2,
// Set true to insert spaces when tab is pressed
"translate_tabs_to_spaces": true,
//设置保存时自动转换
"expand_tabs_on_save": true
3. 如下图,保存退出即可:
以上是关于Sublime text3修改tab键缩进的主要内容,如果未能解决你的问题,请参考以下文章