Skip to content

Instantly share code, notes, and snippets.

@kennethreitz
Created November 20, 2016 19:44
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 kennethreitz/5bd15e69d7f25fb9fd34c7af3d776632 to your computer and use it in GitHub Desktop.
Save kennethreitz/5bd15e69d7f25fb9fd34c7af3d776632 to your computer and use it in GitHub Desktop.
{
"auto_complete": false,
"close_windows_when_empty": true,
"color_scheme": "Packages/Tomorrow Color Schemes/Tomorrow-Night.tmTheme",
"draw_white_space": "all",
"find_selected_text": true,
"fold_buttons": false,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"_build",
"dist",
"build",
"site"
],
"font_face": "OperatorMonoSSm-Light",
"font_options":
[
"subpixel_antialias"
],
"font_size": 11.0,
"highlight_line": true,
"hot_exit": false,
"ignored_packages":
[
"Anaconda",
"Fold Python Docstrings",
"MagiclessQuotes",
"RestructuredText",
"SublimeLinter-flake8",
"Vintage"
],
"remember_open_files": false,
"rulers":
[
72,
79,
100
],
"theme": "Soda Light.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