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

Support use of pep8 config files. #54

Closed wistful closed 6 years ago

wistful commented 6 years ago

Add support of '--global-config' and '--ignore-local-config' options.

wistful commented 6 years ago

Two new settings(ignore-local-config, global-config) have been added which reflect to the autopep8 settings.