Hi,
The 'Cleanup Whitespace' command in the Python bundle is very useful but is cleaning up some whitespace that causes errors when I check for compliance with PEP8. In the following code:
class test(object):
pass
PEP requires that the second line has no spaces, whereas 'Cleanup Whitespace' adds 4. Would it be easy to fix this to be compliant with PEP?
Thanks,
Tom