Sublime text3修改tab键为缩进为四个空格

 

1.打开设置界面

2.设置属性

    "tab_size": 4,
    "translate_tabs_to_spaces": true,
    "expand_tabs_on_save": true

如图:

 

注释:

// 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

 



posted @ 2019-04-18 23:23  anobscureretreat  阅读(203)  评论(0编辑  收藏  举报