Skip to content

Instantly share code, notes, and snippets.

@j4p3
Created February 24, 2016 19:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save j4p3/73e65f9c8745a7e95eea to your computer and use it in GitHub Desktop.
Save j4p3/73e65f9c8745a7e95eea to your computer and use it in GitHub Desktop.
{
"color_scheme": "Packages/User/base16-ocean.dark (SL) (Flake8Lint).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"
],
"font_face": "Inconsolata",
"font_size": 17,
"highlight_line": true,
"ignored_packages":
[
"Markdown",
"Vintage"
],
"rulers":
[
80
],
"tab_size": 2,
"theme": "Spacegray.sublime-theme",
"translate_tabs_to_spaces": true,
"word_wrap": true,
"wrap_width": 80
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment