Skip to content

Instantly share code, notes, and snippets.

@cecepm
Last active December 31, 2015 11:59
Show Gist options
  • Select an option

  • Save cecepm/7983296 to your computer and use it in GitHub Desktop.

Select an option

Save cecepm/7983296 to your computer and use it in GitHub Desktop.
My SublimeText Settings
{
"anaconda_linting_behaviour": "save-only",
"pep8_ignore":
[
"E501",
"E501",
"E701",
"E126",
"E127",
"E128",
"W801"
],
"pep8_max_line_length": 79
}
{
"color_scheme": "Packages/Theme - Afterglow/Afterglow.tmTheme",
"ensure_newline_at_eof_on_save": true,
"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",
"*.ipynb",
"*.coverage"
],
"folder_exclude_patterns":
[
".git",
".vagrant",
".ipynb_checkpoints"
],
"font_face": "Source Code Pro",
"font_options":
[
"subpixel_antialias"
],
"font_size": 13.0,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_active"
],
"rulers":
[
79
],
"soda_folder_icons": true,
"tab_size": 4,
"tabs_small": true,
"theme": "Afterglow.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true
}
All Autocomplete
Anaconda
Djaneiro
Emmet
GitGutter
SideBarEnhancements
SublimeCodeIntel
TrailingSpaces
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment