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键为缩进为四个空格的主要内容,如果未能解决你的问题,请参考以下文章

vim 下修改tab键为四个空格

Sublime text3修改tab键缩进

sublime text写python代码时,tab缩进只有两个空格,怎么改成4个

sublime text3 高效插件及常用快捷键

常用sublime text3快捷键

我的sublime text3 配置文件设置