win11安装sublime后设置

时间:2024-11-03 14:23:14

Preferences->Settings

{
    "color_scheme": "Packages/Color Scheme - Default/Cobalt.tmTheme",
    "font_size": 24,

    "font_face": "WD粗钢笔行楷-凤殿优化版",
    "update_check":false,
    // 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,
    //设置保存时自动转换
    "expand_tabs_on_save": true,

    "ignored_packages":
    [
        "Vintage"
    ]
}