Sublime setting 个性修改

{
    // 编辑器字体大小
    "font_size": 10,

    // 设置行间距
    "line_padding_bottom":5,
    "line_padding_top":5,

    // tab键转换成4个空格
    "tab_size": 4,
    "translate_tabs_to_spaces": true,

    // 是否检查更新
    "update_check": false
}

  

原文地址:https://www.cnblogs.com/qq917937712/p/6202059.html