Skip to content

Instantly share code, notes, and snippets.

@sunnyluthra
Created April 2, 2015 05:40
Show Gist options
  • Save sunnyluthra/4ab01c4fbe9cfa6698ca to your computer and use it in GitHub Desktop.
Save sunnyluthra/4ab01c4fbe9cfa6698ca to your computer and use it in GitHub Desktop.

Revisions

  1. sunnyluthra created this gist Apr 2, 2015.
    58 changes: 58 additions & 0 deletions Preferences.sublime-settings
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,58 @@
    {
    "bold_folder_labels": true,
    "caret_extra_width": 1,
    "caret_style": "phase",
    "close_windows_when_empty": false,
    "color_scheme": "Packages/User/SublimeLinter/Seti_orig (SL).tmTheme",
    "copy_with_empty_selection": false,
    "detect_slow_plugins": false,
    "drag_text": false,
    "draw_centered": false,
    "enable_tab_scrolling": false,
    "fade_fold_buttons": false,
    "folder_exclude_patterns":
    [
    ".svn",
    ".git",
    ".tmp",
    ".hg",
    "CVS",
    "tmp",
    "node_modules",
    "bower_components"
    ],
    "font_face": "Droid Sans Mono",
    "font_options":
    [
    "subpixel_antialias",
    "no_round"
    ],
    "font_size": 10,
    "highlight_line": true,
    "highlight_modified_tabs": true,
    "ignored_packages":
    [
    ],
    "indent_subsequent_lines": true,
    "line_numbers": true,
    "line_padding_bottom": 2,
    "line_padding_top": 2,
    "match_brackets": true,
    "match_brackets_angle": true,
    "match_brackets_braces": true,
    "match_brackets_content": false,
    "match_brackets_square": true,
    "overlay_scroll_bars": "enabled",
    "preview_on_click": true,
    "rulers":
    [
    100
    ],
    "scroll_past_end": false,
    "scroll_speed": 0,
    "show_full_path": false,
    "sidebar_default": true,
    "theme": "Seti.sublime-theme",
    "word_wrap": false,
    "wrap_width": 100
    }