Skip to content

Instantly share code, notes, and snippets.

@sunnyluthra
Created April 2, 2015 05:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sunnyluthra/4ab01c4fbe9cfa6698ca to your computer and use it in GitHub Desktop.
Save sunnyluthra/4ab01c4fbe9cfa6698ca to your computer and use it in GitHub Desktop.
Sublime Preferences
{
"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
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment