首选项-设置

{
    "draw_white_space": "all", 
    "tab_size": 4,    
    "translate_tabs_to_spaces": true,
    "expand_tabs_on_save": true
}

"draw_white_space": "all", #显示空格 
"tab_size": 4,        #tab4个空格
"translate_tabs_to_spaces": true, #tab转为空格
"expand_tabs_on_save": true        #保存时自动转换