Skip to content

Instantly share code, notes, and snippets.

@joshmaker
Created May 6, 2016 12:46
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 joshmaker/1602241192edef71e75cc561238f784b to your computer and use it in GitHub Desktop.
Save joshmaker/1602241192edef71e75cc561238f784b to your computer and use it in GitHub Desktop.
Sublime preferences > settings - user
{
"anaconda_gutter_theme": "Bright",
"anaconda_linter_mark_style": "none",
"anaconda_linter_underlines": true,
"auto_complete_selector": "- source, comment",
"auto_complete_triggers":
[
{
"characters": ".",
"selector": "source.python"
}
],
"bold_folder_labels": true,
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"draw_white_space": "selection",
"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",
".coverage"
],
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".tox",
"__pycache__"
],
"font_face": "Monaco",
"font_options":
[
"gray_antialias",
"subpixel_antialias"
],
"font_size": 15,
"ignored_packages":
[
"ActionScript",
"ASP",
"Python",
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"material_theme_contrast_mode": true,
"overlay_scroll_bars": "enabled",
"rulers":
[
79,
100
],
"spell_check": true,
"theme": "Default.sublime-theme"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment