Skip to content

Instantly share code, notes, and snippets.

@mtbdeano
Last active August 29, 2015 14:25
Show Gist options
  • Save mtbdeano/6770562264c987f40fa0 to your computer and use it in GitHub Desktop.
Save mtbdeano/6770562264c987f40fa0 to your computer and use it in GitHub Desktop.
Dean's Python Sublime Settings
{
"bold_folder_labels": true,
"caret_style": "wide",
"color_scheme": "Packages/User/SublimeLinter/Solarized (Dark) (SL).tmTheme",
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"__pycache__",
"venv",
"env",
".webassets-cache",
"node_modules"
],
"font_face": "InputMono-ExtraLight",
"font_options":
[
"subpixel_antialias"
],
"font_size": 14,
"highlight_line": true,
"ignored_packages":
[
"GitGutter",
"Vintage"
],
"indent_to_bracket": true,
"python_paths":
{
"osx":
[
"/usr/local/bin"
]
},
"rulers":
[
79
],
"shift_tab_unindent": true,
"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