-
Notifications
You must be signed in to change notification settings - Fork 5
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
Fix indentation #143
Comments
@sli908 a tool like https://github.com/google/yapf might be helpful. |
Yeah, that's one of the things I disagree with PEP8 on :P (Google also uses 2 space indents internally) |
@dkong1796 do you use yapf? |
No, I don't (I mostly work in C++ and Java at google) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Entire repository uses 2 space indents instead of 4.
Per PEP8 it should be 4: https://www.python.org/dev/peps/pep-0008/#indentation
The text was updated successfully, but these errors were encountered: