Skip to content

Instantly share code, notes, and snippets.

@ruli
Created January 25, 2013 04:41
Show Gist options
  • Save ruli/4631826 to your computer and use it in GitHub Desktop.
Save ruli/4631826 to your computer and use it in GitHub Desktop.
PEP8 Friendly ST2 Python Settings
{
"trim_trailing_white_space_on_save": true,
"ensure_newline_at_eof_on_save": true,
"translate_tabs_to_spaces": true,
"rulers": [78]
}
@ruli
Copy link
Author

ruli commented Jan 25, 2013

Used in conjunction with Python PEP8 Autoformat package

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment