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

下面由sublime教程栏目给大家介绍sublime text3修改tab键为缩进为四个空格的办法,希望对需要的朋友有所帮助!

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

1. 菜单栏里点击 Preferences-> Setting, 如图

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

2. 在弹出来的Preferences.sublime-settings-User里,添加如下三行:

// 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,      //设置保存时自动转换      "expand_tabs_on_save": true

如下图所示,保存退出即可。

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

© 版权声明
THE END
喜欢就支持一下吧
点赞11 分享