首页 > 其他 > 详细

sublime设置缩进和禁止更新

时间:2015-06-18 20:11:29      阅读:229      评论:0      收藏:0      [点我收藏+]

首先打开preferences----settings-user

里面添加如下内容就可以禁止自动检测更新并设置tab键缩进4个空格的距离

// Settings in here override those in "Default/Preferences.sublime-settings",
// and are overridden in turn by file type specific settings.
{
    "update_check": false,
    "tab_size": 4,
    "translate_tabs_to_spaces": true,
}


sublime设置缩进和禁止更新

原文:http://wangzhenyu.blog.51cto.com/2996939/1663166

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