SublimeAutoPEP8 icon indicating copy to clipboard operation
SublimeAutoPEP8 copied to clipboard

Automatically formats Python code to conform to the PEP 8 style guide using autopep8 and pep8 modules

Results 5 SublimeAutoPEP8 issues
Sort by recently updated
recently updated
newest added

These are not fixed and I can not see why. Is there some way to force the package to fix these too?

AutoPEP8 package for Sublime Text 3 got error: > UnicodeDecodeError: 'gbk' codec can't decode byte 0x80 in position 3168: illegal multibyte sequence when it runs into Chinese characters. One way...

Because https://github.com/wistful/SublimeAutoPEP8/blob/master/sublautopep8.py#L150 uses `folder` the only location custom .pep8 or tox.ini or similar are searched for is in the project directory (and upwards from that, looking at the autopep8 code)....

Hi. Thanks for the great plugin. I think it might be helpful if you could explain how to set the `"select"` and `"ignore"` key in Preference. For now, the default...

So this great feature can be temporally disabled when editing some files we don't want to change Thanks