sublime text3 配置tab为4个空格

Preference-User:

{
    "ignored_packages":
    [
        "Vintage"
    ],
    // 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
}
原文地址:https://www.cnblogs.com/jh1994/p/5340247.html