Skip to content

Instantly share code, notes, and snippets.

@cooncesean
Created December 9, 2013 23:00
Show Gist options
  • Save cooncesean/7882673 to your computer and use it in GitHub Desktop.
Save cooncesean/7882673 to your computer and use it in GitHub Desktop.
Sublime Settings
{
"pep8_max_line_length": 150,
"pep8_ignore":
[
"E302", "W191"
]
}
{
"ignored_packages":
[
"Vintage"
],
"tab_size": 4,
"translate_tabs_to_spaces": false # we will eventually want to set this to true
}
{
"trailing_spaces_trim_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment