mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
tabs are verboten.
This commit is contained in:
parent
7582385887
commit
2592f62a5a
1 changed files with 4 additions and 3 deletions
|
@ -14,9 +14,10 @@ document.
|
|||
Use of whitespace
|
||||
-----------------
|
||||
|
||||
All reST files use an indentation of 3 spaces. The maximum line length is 80
|
||||
characters for normal text, but tables, deeply indented code samples and long
|
||||
links may extend beyond that.
|
||||
All reST files use an indentation of 3 spaces; no tabs are allowed. The
|
||||
maximum line length is 80 characters for normal text, but tables, deeply
|
||||
indented code samples and long links may extend beyond that. Code example
|
||||
bodies should use normal Python 4-space indentation.
|
||||
|
||||
Make generous use of blank lines where applicable; they help grouping things
|
||||
together.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue