new sublime text4 configuration

Bill-Li發表於2021-06-09

Sublime text 從接觸php開始就一直使用至今,開始的時候有接觸一個bbedit 可能聽說的人不多。

new sublime text4 configuration

New Version 4

setting:


{
    "auto_find_in_selection": true,
    "font_face": "OperatorMono-Book",
    "font_options":
    [
        "no_round"
    ],
    "font_size": 14,
    "ignored_packages":
    [
        "Vintage",
    ],
    "indent_guide_options":
    [
        "draw_normal",
        "draw_active"
    ],
    "line_padding_bottom": 9,
    "line_padding_top": 9,
    "match_brackets_angle": true,
    "open_files_in_new_window": false,
    "overlay_scroll_bars": "enabled",
    "rulers":
    [
        100,
        120,
        140,
        160
    ],
    "show_encoding": true,
    "show_line_endings": true,
    "theme": "Huihui.sublime-theme",
    "trim_trailing_white_space_on_save": true,
    "color_scheme": "Packages/User/Huiihui.sublime-color-scheme",
    "dark_theme": "Default.sublime-theme",
    "light_theme": "Default.sublime-theme",
}
本作品採用《CC 協議》,轉載必須註明作者和本文連結
Bill

相關文章