Skip to content

Instantly share code, notes, and snippets.

@stephenhowells
Created September 7, 2012 15:11
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save stephenhowells/3667018 to your computer and use it in GitHub Desktop.
Python Specific Sublime Text Settings
{
"rulers":
[
72,
79
],
"tab_size": 4,
"translate_tabs_to_spaces": true,
"wrap_width": 79,
"color_scheme": "Packages/Tomorrow Color Schemes/Tomorrow-Night-Eighties.tmTheme"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment