我的Sublime Text 3配置

{
    "default_encoding": "UTF-8",
    "default_line_ending": "unix",
    "font_size": 10,
    "highlight_line": true,
    "hot_exit": false,
    "line_padding_bottom": 0.5,
    "line_padding_top": 0.5,
    "remember_open_files": false,
    "tab_size": 4,
    "draw_white_space": "selection",        //all
    "translate_tabs_to_spaces": false,
    "update_check": false,
    "word_wrap": false,
    "update_check": false,
}