Skip to content

Instantly share code, notes, and snippets.

@esteinborn
Created March 5, 2014 03:57
Show Gist options
  • Save esteinborn/9360893 to your computer and use it in GitHub Desktop.
Save esteinborn/9360893 to your computer and use it in GitHub Desktop.
Sublime Text Home config
{
"color_scheme": "Packages/User/Flatland Monokai (SL).tmTheme",
"detect_indentation": false,
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db"
],
"folder_exclude_patterns":
[
"node_modules",
".sass-cache",
".git",
".svn",
".git",
".hg",
"CVS"
],
"font_size": 14,
"ignored_packages":
[
"Vintage"
],
"scroll_past_end": false,
"tab_size": 2,
"theme": "Flatland Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment