Skip to content

Instantly share code, notes, and snippets.

@dennym
Created February 1, 2018 00:43
Show Gist options
  • Save dennym/cedb4d89f33d033da08390cfdf5eab85 to your computer and use it in GitHub Desktop.
Save dennym/cedb4d89f33d033da08390cfdf5eab85 to your computer and use it in GitHub Desktop.
{
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db",
"*.sublime-workspace",
"*.cache"
],
"folder_exclude_patterns":
[
"node_modules",
".git"
],
"font_face": "Source Code Pro",
"font_options":
[
"Bold"
],
"font_size": 9,
"ignored_packages":
[
"Vintage"
],
"remember_open_files": true,
"tab_size": 2,
"theme": "Soda Dark 3.sublime-theme",
"trailing_spaces_trim_on_save": true,
"translate_tabs_to_spaces": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment