wangming1993 / issues

记录学习中的一些问题,体会与心得 https://wangming1993.github.io/issues
8 stars 4 forks source link

ubuntu sublime text 3 配置 #17

Open wangming1993 opened 8 years ago

wangming1993 commented 8 years ago
{
    "auto_complete": true,
    "bold_folder_labels": true,
    "caret_style": "solid",
    "color_scheme": "Packages/User/Color Highlighter/themes/Monokai JSON+ (SL).tmTheme",
    "draw_white_space": "all",
    "ensure_newline_at_eof_on_save": true,
    "fold_buttons": false,
    "font_face": "Courier",
    "font_options":
    [
        "subpixel_antialias",
        "italic",
        "no_bold"
    ],
    "font_size": 17,
    "highlight_line": true,
    "highlight_modified_tabs": true,
    "ignored_packages":
    [
        "Markdown",
        "PHP",
        "Vintage"
    ],
    "save_on_focus_lost": true,
    "show_full_path": true,
    "show_minimap": false,
    "soda_classic_tabs": true,
    "soda_folder_icons": true,
    "sublimelinter": true,
    "tab_size": 4,
    "translate_tabs_to_spaces": true,
    "trim_trailing_white_space_on_save": true,
    "wide_caret": true,
    "word_wrap": true,
    "wrap_width": 120
}