Skip to content

Instantly share code, notes, and snippets.

@tschwaerzl
Last active October 11, 2015 11:28
Show Gist options
  • Save tschwaerzl/3852176 to your computer and use it in GitHub Desktop.
Save tschwaerzl/3852176 to your computer and use it in GitHub Desktop.
sublime user settings for python
{
"color_scheme": "Packages/RailsCasts Colour Scheme/RailsCastsColorScheme.tmTheme",
"find_selected_text": true,
"fold_buttons": true,
"font_face": "Source Code Pro ExtraLight",
"font_size": 11,
"font_options":
[
"subpixel_antialias"
],
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
72,
79
],
"scroll_speed": 3.0,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"folder_exclude_patterns": [".svn", ".git", ".hg", "CVS", "_build", "dist", "build", "site"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment