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

Allow experimental argument #59

Closed aleixrodriala closed 5 years ago

aleixrodriala commented 6 years ago

Allow to pass the experimental argument, very useful for line identing

Link here: https://github.com/hhatto/autopep8/issues/180

wistful commented 6 years ago

The option was deliberately removed in 9ff73acc3e88cccebb27ac56c5de93d6c1d8a78d. No plans of returning it back anytime soon.

wistful commented 6 years ago

Could you provide useful cases of using --experimental option?

aleixrodriala commented 6 years ago

Yes, as I added before: Link here: https://github.com/hhatto/autopep8/issues/180

wistful commented 6 years ago

The 'experimental' option looks good. Please remove 'agressive' option from the changes.