-
Notifications
You must be signed in to change notification settings - Fork 17
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
Tab vs. Space Policy #199
Comments
Black solves this for us (that is, stops us from arguing over it). Spaces is what Black does, so spaces is what we do. |
According to PEP 8
I don't think it's a big issue, but we could add a pre-commit hook to replace tabs with spaces. |
I guess the tabs that @tbalke found must have sneaked in before we introduced the Black pre-commit hook. |
Correction: all the tabs are in the docs |
Really? See my comment in the PR. |
Do we have a policy for this?
We seem to be inconsistent. A search through the repo shows:
(Some false positives because of binary files)
@bwohlberg @Michael-T-McCann
The text was updated successfully, but these errors were encountered: