Skip to content
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

Open
sidkurella opened this issue Sep 2, 2017 · 4 comments
Open

Fix indentation #143

sidkurella opened this issue Sep 2, 2017 · 4 comments

Comments

@sidkurella
Copy link
Contributor

Entire repository uses 2 space indents instead of 4.

Per PEP8 it should be 4: https://www.python.org/dev/peps/pep-0008/#indentation

@dqu123
Copy link

dqu123 commented Sep 28, 2017

@sli908 a tool like https://github.com/google/yapf might be helpful.
We're using it for the Donut rewrite, which is based off of RuddockWebsite.

@allisonkong
Copy link
Member

Yeah, that's one of the things I disagree with PEP8 on :P

(Google also uses 2 space indents internally)

@dqu123
Copy link

dqu123 commented Sep 28, 2017

@dkong1796 do you use yapf?
I used Go this summer, so I'm used to gofmt / vim-go.

@allisonkong
Copy link
Member

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants