From bb0c95814a29a2eb8eb2d44e0cbc9787e514072a Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Sun, 9 May 2010 18:28:43 +0000 Subject: [PATCH] Update PEP 7. All C files should now use 4-space indents. --- pep-0007.txt | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/pep-0007.txt b/pep-0007.txt index 017dc59bb..3e0d3c10e 100644 --- a/pep-0007.txt +++ b/pep-0007.txt @@ -46,13 +46,7 @@ C dialect Code lay-out - - Use single-tab indents, where a tab is worth 8 spaces, in files - that already use tabs. In new source files, and the few files - that were created after this rule was introduced, use 4-space - indents and no tabs at all. - - At some point, the whole codebase may be converted to use only - 4-space indents. + - Use 4-space indents and no tabs at all. - No line should be longer than 79 characters. If this and the previous rule together don't give you enough room to code, your