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

Sublime text3修改tab键为缩进为四个空格

Sublime Text3自定义代码片段

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

sublime text3 添加新片段

常用sublime text3快捷键

sublime text3 将tab转换为2个或4个空格,并显示空格