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
}

 

posted @ 2016-03-31 10:47  大赚佬  阅读(271)  评论(0编辑  收藏  举报