sublime 基本的配置

    

{
    "font_size": 14.6, // font size
    "ignored_packages": [
        "Vintage"
        ],
    "translate_tabs_to_spaces": true,
    "update_check": false,
    "tab_size": 4,
    "draw_white_space": "all",// show space
    "trim_trailing_white_space_on_save": true //remove space in the end of line.
}

  

原文地址:https://www.cnblogs.com/guoke-jsp/p/5733053.html