wistful / SublimeAutoPEP8

Automatically formats Python code to conform to the PEP 8 style guide using autopep8 and pep8 modules
144 stars 23 forks source link

Added Python (Django) format to the syntax list #36

Closed lgiordani closed 9 years ago

lgiordani commented 9 years ago

I added "Python (Django)" to the syntax list, otherwise working on Django projects is a pain because the syntax has to be changed for every file to have the PEP8 autocorrection.

wistful commented 9 years ago

Hi @lgiordani, You can just update the user's config: Sublime menu -> Preferences - > Package Settings - > AutoPep8 -> Settings - User

Please let me know if case of any issues.

lgiordani commented 9 years ago

You are right. Nevertheless, being "Python (Django)" the default Sublime Text syntax highlight for Django projects, and being Django a well know framework, I'd sponsor the addition.