sublime 设置tab键输出为四个空格

版权声明:JiahaoZhang原创文章,转载请注明出处 https://blog.csdn.net/GrootBaby/article/details/88178095
    //把 tab 转换成4个空格
    "tab_size": 4,

    //把 tab 转换成 空格
    "translate_tabs_to_spaces": true,

    //关于下行说明, 若不存在, 请手动添加. 若要在保存时自动把tab 转换成空格,请把值设置成 true,如不需要: 设置成 false
    // "expand_tabs_on_save": true,
    //此行的主要作用是, 当某行为空格且无其它字符时, 保存时会去除空白
    // "trim_trailing_white_space_on_save": true,

猜你喜欢

转载自blog.csdn.net/GrootBaby/article/details/88178095