mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +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
|
Use of whitespace
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
All reST files use an indentation of 3 spaces. The maximum line length is 80
|
All reST files use an indentation of 3 spaces; no tabs are allowed. The
|
||||||
characters for normal text, but tables, deeply indented code samples and long
|
maximum line length is 80 characters for normal text, but tables, deeply
|
||||||
links may extend beyond that.
|
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
|
Make generous use of blank lines where applicable; they help grouping things
|
||||||
together.
|
together.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue