Skip to content

Instantly share code, notes, and snippets.

@pzaich
Created September 6, 2016 17:39
Show Gist options
  • Save pzaich/1cf15d8bd4b48449048f73d69091ca05 to your computer and use it in GitHub Desktop.
Save pzaich/1cf15d8bd4b48449048f73d69091ca05 to your computer and use it in GitHub Desktop.
Sublime User Preferences
{
"color_scheme": "Packages/Theme - Cobalt2/cobalt2.tmTheme",
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db",
".log",
".gitkeep"
],
"folder_exclude_patterns":
[
"node_modules",
".svn",
".git",
".hg",
"CVS",
"log",
".sass-cache",
"tmp"
],
"font_size": 16.0,
"ignored_packages":
[
"Vintage"
],
"tab_size": 2,
"theme": "Cobalt2.sublime-theme",
"translate_tabs_to_spaces": 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