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

how to disable W191 #43

Closed goace closed 8 years ago

goace commented 8 years ago

I don't want autopep8 to change the tab to white space, I add "ignore": "W191", in settings but it doesn't work.

wistful commented 8 years ago

Please add W191,E101,E111 to the ignore list. You can find more information here: https://github.com/hhatto/autopep8/issues/207

goace commented 8 years ago

@wistful Thanks man, it works.

yatahaze commented 6 years ago

No luck with this. It only partially uses tabs. Screenshot