Skip to content

Instantly share code, notes, and snippets.

@rachelbaker
Created August 16, 2012 15:15
Show Gist options
  • Select an option

  • Save rachelbaker/3370936 to your computer and use it in GitHub Desktop.

Select an option

Save rachelbaker/3370936 to your computer and use it in GitHub Desktop.
SublimeText2 User Configuration File
{
"auto_complete_commit_on_tab": true,
"auto_complete_size_limit": 1194304,
"auto_complete_with_fields": true,
"bold_folder_labels": true,
"color_scheme": "Packages/Color Scheme - Default/Cobalt.tmTheme",
"default_line_ending": "unix",
"draw_white_space": "all",
"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",
"font_size": 18.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,
"margin": 2,
"preview_on_click": false,
"remember_open_files": false,
"spell_check": false,
"tab_size": 4,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_separators": "./\\()\"'-:,.;<>~!@#%^&*|+=[]{}`~?$",
"word_wrap": "true"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment