From f2984faada7dc48e59db249e0b5f748111ea7bef Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Sat, 14 Apr 2007 16:59:44 +0000 Subject: r12362@catbus: nickm | 2007-04-14 12:59:38 -0400 Note indentation and terminal-width conventions in HACKING svn:r9953 --- doc/HACKING | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/HACKING b/doc/HACKING index 50f1a583d..66e030b90 100644 --- a/doc/HACKING +++ b/doc/HACKING @@ -15,6 +15,8 @@ - A blank line at the end of each file - Never more than one blank line in a row - Always spaces, never tabs + - No more than 79-columns per line. + - Two spaces per indent. - A space between control keywords and their corresponding paren "if (x)", "while (x)", and "switch (x)", never "if(x)", "while(x)", or "switch(x)". -- cgit v1.2.3