Skip to content

Instantly share code, notes, and snippets.

@jrmehle
Created November 7, 2014 00:06
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 jrmehle/5a89edb2d740823c720f to your computer and use it in GitHub Desktop.
Save jrmehle/5a89edb2d740823c720f to your computer and use it in GitHub Desktop.
{
"color_scheme": "Packages/User/idleFingers.tmTheme",
"draw_white_space": "selection",
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db",
"*.pdf"
],
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".bundle",
"log",
"tmp",
".sass-cache",
"coverage",
"bin"
],
"font_face": "Source Code Pro Semibold",
"font_options":
[
"subpixel_antialias"
],
"font_size": 15.0,
"highlight_line": true,
"ignored_packages":
[
"Vintage",
"IndentGuides"
],
"margin": 0,
"new_window_settings":
{
"show_minimap": false
},
"save_on_focus_lost": true,
"soda_classic_tabs": true,
"tab_completion": true,
"tab_size": 2,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": 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