码迷,mamicode.com
首页 > 其他好文 > 详细

Sublime text3修改tab键缩进

时间:2017-08-15 15:10:47      阅读:123      评论:0      收藏:0      [点我收藏+]

标签:sla   点击   reference   save   自动转换   ima   color   ber   class   

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

标签:sla   点击   reference   save   自动转换   ima   color   ber   class   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!