Closed muminoff closed 9 years ago
Are you asking about JavaScript code?
JavaScript code tends to have a lot of nested code so with 2 spaces indentation I think the code looks great and fit better on any screen size.
For Python files we use 4 spaces, as suggested in PEP8.
Nope. I am asking about Python code.
When I generate new Django app, I see 2 space indentations in py files. It is uncomfortable somehow. I am generating Django app as shown in Readme:
$ yo django:startapp
I'll check that! Thanks for the report!
Hey @muminoff, you were right!
I just fixed the problem. Try the new release!
Thanks again and good luck! :smile:
:+1:
Why did you use 2 spaces for indentation?