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

设置Sublime Text3修改设置Tab键为4个空格

时间:2014-09-14 22:01:17      阅读:245      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   div   sp   代码   log   c   ef   

在sublime text中将TAB缩进直接转化为4个空格,可以按照如下方式操作:

菜单栏: Preferences -> Settings – More -> Syntax Specific – User

然后添加设置代码就可以了

{
    "tab_size": 4,
    "translate_tabs_to_spaces": true 
}

 

设置Sublime Text3修改设置Tab键为4个空格

标签:style   blog   color   div   sp   代码   log   c   ef   

原文地址:http://www.cnblogs.com/firstguo/p/SublimeText.html

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