-
Notifications
You must be signed in to change notification settings - Fork 99
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
use spaces for indentation (change tabs to spaces)? #16
Labels
Milestone
Comments
petri
changed the title
use spaces for indentation (change tabs to spaces)
use spaces for indentation (change tabs to spaces)?
Aug 25, 2015
Causes problems in python 3.5
|
jnj16180340
pushed a commit
to jnj16180340/cleanco
that referenced
this issue
Apr 28, 2017
Closed
Closed
done as part of the 2.0 work |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
By convention, spaces are nowadays used, see PEP8: https://www.python.org/dev/peps/pep-0008/ - but not at the expense of consistency.
The text was updated successfully, but these errors were encountered: