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