Skip to content

Instantly share code, notes, and snippets.

@rachelbaker
Created December 4, 2012 13:59
Show Gist options
  • Save rachelbaker/4204154 to your computer and use it in GitHub Desktop.
Save rachelbaker/4204154 to your computer and use it in GitHub Desktop.
Sublime Text 2 Preferences
{
"auto_complete_commit_on_tab": true,
"auto_complete_size_limit": 11943,
"auto_complete_with_fields": true,
"auto_id_class": true,
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Obsidian Color Scheme/Obsidian.tmTheme",
"ensure_newline_at_eof_on_save": false,
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db",
"*._*"
],
"font_face": "Inconsolata-g",
"font_size": 14.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_active"
],
"indent_subsequent_lines": true,
"indent_to_bracket": true,
"preview_on_click": false,
"remember_open_files": false,
"scroll_past_end": true,
"spell_check": false,
"tab_size": 4,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true,
"word_separators": "./\\()\"'-:,.;<>~!@#%^&*|+=[]{}`~?$"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment