Skip to content

Instantly share code, notes, and snippets.

@burlesona
Last active August 29, 2015 14:00
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 burlesona/11407802 to your computer and use it in GitHub Desktop.
Save burlesona/11407802 to your computer and use it in GitHub Desktop.
ST2 Settings
{
"color_scheme": "Packages/Color Scheme - Default/SpecialsBoard.tmTheme",
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
".DS_Store",
".tags*",
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
"*.class",
"*.psd",
"*.pdf",
".gitignore"
],
"folder_exclude_patterns":
[
".git",
".svn",
".hg",
".sass-cache",
".bundle",
".rbx",
"log",
"node_modules"
],
"font_face": "DejaVu Sans Mono",
"font_size": 19.0,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"sublimelinter_executable_map":
{
"ruby": "~/.rbenv/shims/ruby"
},
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment