Skip to content

Instantly share code, notes, and snippets.

@benwatts
Created April 3, 2014 19:45
Show Gist options
  • Save benwatts/9961510 to your computer and use it in GitHub Desktop.
Save benwatts/9961510 to your computer and use it in GitHub Desktop.
sublime
{
"color_scheme": "Packages/User/glacier (SL).tmTheme",
"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",
"*.scssc"
],
"font_size": 14,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"itg_small_tabs": true,
"tab_size": 2,
"theme": "itg.flat.dark.blue.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment