tabs are verboten.

This commit is contained in:
Georg Brandl 2011-03-20 18:14:07 +00:00
parent 7582385887
commit 2592f62a5a

View file

@ -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.