Skip to content

Instantly share code, notes, and snippets.

@hernamesbarbara
Created February 25, 2014 18:32
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 hernamesbarbara/9214858 to your computer and use it in GitHub Desktop.
Save hernamesbarbara/9214858 to your computer and use it in GitHub Desktop.
{
"default_encoding": "UTF-8",
"bold_folder_labels": true,
"color_scheme": "Packages/Color Scheme - Default/Solarized (Dark).tmTheme",
"font_face": "Consolas",
"font_size": 13,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages": [
"Vintage"
],
"indent_to_bracket": true,
"rulers": [
79
],
"soda_classic_tabs": true,
"tab_size": 4,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"word_wrap": false,
"show_full_path": true,
"word_separators": "./\\()\"'-:,.;<>~!@#%^&*|+=[]{}`~?",
"auto_complete_commit_on_tab": true,
"file_exclude_patterns": [
".DS_Store",
".tags*",
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.log",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
"*.class",
"*.psd",
"*.db",
"*.pdf"
],
"folder_exclude_patterns": [
"data",
".zeus.sock",
".git",
".svn",
".hg",
"CVS",
".sass-cache",
".bundle",
"bundle",
".rbx",
"script",
"tmp",
".ipynb_checkpoints"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment