首页 > 其他 > 详细

Sublime text3修改tab键缩进

时间:2017-08-15 14:58:43      阅读:285      评论:0      收藏:0      [点我收藏+]

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键缩进

原文:http://www.cnblogs.com/yejiay/p/7364949.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!