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