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 Djaneiro Python syntax by default #57

Closed oscu0 closed 6 years ago

oscu0 commented 6 years ago

Djaneiro sets its own syntax as Python default, effectively disabling AutoPEP8 unless built-in syntax is manually selected. This adds its syntax file to default settings, obviating the need to unpack Djaneiro's package and look for the syntax file's name.