LightTable / Python

Python language plugin for Light Table
MIT License
98 stars 51 forks source link

PEP8 code style #15

Open SleepingPills opened 10 years ago

SleepingPills commented 10 years ago

I know this is not of the highest priority, but looking at the code there are a few issues with respect to generally accepted code styling in Python (see here: http://legacy.python.org/dev/peps/pep-0008/). E.g. inconsistent indentation, camelCase function names etc...

If there are no strong feelings, I can clean this up quickly and submit a PR?