Skip to content

Instantly share code, notes, and snippets.

@jakedahn
Created February 16, 2015 05:47
Show Gist options
  • Save jakedahn/ab4e00aa78ef07c47df1 to your computer and use it in GitHub Desktop.
Save jakedahn/ab4e00aa78ef07c47df1 to your computer and use it in GitHub Desktop.
{
"binary_file_patterns":
[
"*.db",
"*.sqlite",
"*.sqlite3",
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip",
"*.beam"
],
"color_scheme": "Packages/User/SublimeLinter/Flatland_Monokai (SL).tmTheme",
"file_exclude_patterns":
[
"coverage.xml",
"nosetests.xml",
"pylint.out",
".coverage",
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db",
"*pep8.out",
"test_results.xml",
"coverage.xml",
"pylint.out"
],
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".venv",
".vagrant",
".bundle",
".sass-cache",
"_site",
"_book",
"tmp",
"ebin",
"deps",
"build",
"dist",
"*.egg-info",
"*.webassets-cache",
"node_modules",
"doc/_build"
],
"font_face": "Source Code Pro Light",
"font_size": 14.0,
"hide_minimap": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
79
],
"spell_check": false,
"tab_size": 4,
"theme": "Spacefunk (Grey Tuesday).sublime-theme",
"translate_tabs_to_spaces": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment