Skip to content

Instantly share code, notes, and snippets.

@skoch
Created June 6, 2012 23:05
Show Gist options
  • Save skoch/2885382 to your computer and use it in GitHub Desktop.
Save skoch/2885382 to your computer and use it in GitHub Desktop.
Sublime Text 2 Prefs
{
"auto_complete_commit_on_tab": false,
"auto_complete_delay": 150,
"auto_complete_with_fields": false,
"caret_style": "phase",
"color_scheme": "Packages/Color Scheme - Default/Blackboard_3.tmTheme",
"draw_indent_guides": false,
"draw_minimap_border": true,
"draw_white_space": "none",
"font_face": "EnvyCodeR",
"font_options":
[
"no_antialias"
],
"font_size": 13,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage",
"BracketHighlighter",
"Miscellaneous Emacs Commands",
"Theme - Pseudo OSX",
"Theme - Refresh",
"Theme - Default",
"SublimeProjectMaker"
],
"match_brackets_angle": true,
"theme": "Nil.sublime-theme",
"trim_trailing_white_space_on_save": true,
"word_separators": "./\\()\"':,.;<>~!@#%^&*|+=[]{}`~?"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment