Sublime text3怎么修改tab键为缩进为四个空格
1. 菜单栏里点击 Preferences-> Setting, 如图
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键为缩进为四个空格
本文链接:https://www.qqooo.cn/post/6247.html
版权说明:网站文章均来源于手工整理和网友投稿,若有不妥之处请来信 xsds@vip.qq.com 处理,谢谢!