-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code formatting #2
Comments
that looks really convenient....but time spent learning new tools is time not spent making new functionality. i have to walk a fine line. i'll definitely look into it, but no promises as far as implementation :) |
I call it "sharpening the tools" :-) If it looks interesting I'll prepare a demo fork and you'll be able to pull the changes easily. PEP8 uses spaces instead of tabs - is it OK for you? P.S. All it takes is (on linux): |
is it available on windows? i use Notepad++ and i was hoping to see an option to do that. i'm concerned about relying on tools i don't have easy access to. |
Looks like it is, but I don't use windows for writing code (vim+syntastic+pathogen+autopep8 is my setup and it all happens in the background after a proper setup) |
@edwardvmills i think this is a good idea. It makes reading code easier if you want others to collaborate, IMHO. |
PR to add LGTM badges #15 |
Please consider using python code auto formatting tools, like autopep8 [1].
[1] https://pypi.python.org/pypi/autopep8
The text was updated successfully, but these errors were encountered: