Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • 1
    You forgot a few "language standards" :-) PHP PSR says "4 spaces", Go says "full tabs", Lisp says "2 spaces", and I'm sure I forgot some. Commented Jun 13, 2013 at 13:43
  • "preferred" is not "mandatory". So there can be debate for python too. According to pep8, what is not debatable is 1) alignment (not identation) must be with spaces, and 2) indentation must be either only spaces, or only tabs. Commented Aug 16, 2018 at 11:42