美文网首页
Sublime 配置

Sublime 配置

作者: JJNile | 来源:发表于2019-01-12 21:55 被阅读3次
      {
        "always_show_minimap_viewport": true,
        "auto_find_in_selection": true,
        "bold_folder_labels": false,
        "caret_style": "phase",
        "close_windows_when_empty": false,
        "color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
        "copy_with_empty_selection": true,
        "create_window_at_startup": false,
        "detect_indentation": true,
        "dictionary": "Packages/Language - English/en_GB.dic",
        "drag_text": false,
        "draw_white_space": "all",
        "file_exclude_patterns":
        [
            ".DS_Store"
        ],
        "find_selected_text": true,
        "folder_exclude_patterns":
        [
            ".bundle",
            ".git",
            ".hg",
            ".sass-cache",
            ".svn",
            "bin",
            "CVS",
            "tmp"
        ],
        "font_face": "YaHei Consolas Hybrid",
        "font_options":
        [
            "subpixel_antialias"
        ],
        "font_size": 16,
        "highlight_line": true,
        "highlight_modified_tabs": true,
        "ignored_packages":
        [
        ],
        "indent_guide_options":
        [
            "draw_normal",
            "draw_active"
        ],
        "line_padding_bottom": 5,
        "line_padding_top": 5,
        "match_brackets_angle": true,
        "material_theme_accent_orange": true,
        "material_theme_compact_sidebar": true,
        "material_theme_panel_separator": true,
        "material_theme_small_tab": true,
        "overlay_scroll_bars": "enabled",
        "rulers":
        [
            80,
            100
        ],
        "theme": "Material-Theme.sublime-theme",
        "translate_tabs_to_spaces": true,
        "trim_trailing_white_space_on_save": true,
        "word_wrap": true
    }
    
    

    相关文章

      网友评论

          本文标题:Sublime 配置

          本文链接:https://www.haomeiwen.com/subject/wochdqtx.html