diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-04-14 16:59:44 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-04-14 16:59:44 +0000 |
commit | f2984faada7dc48e59db249e0b5f748111ea7bef (patch) | |
tree | d8f0a7f5acccd3ea6c88fa7b8e4c750056bd9faf /doc | |
parent | a4fb12a425d395920434d6909bcdb9abf92bcbf4 (diff) | |
download | tor-f2984faada7dc48e59db249e0b5f748111ea7bef.tar tor-f2984faada7dc48e59db249e0b5f748111ea7bef.tar.gz |
r12362@catbus: nickm | 2007-04-14 12:59:38 -0400
Note indentation and terminal-width conventions in HACKING
svn:r9953
Diffstat (limited to 'doc')
-rw-r--r-- | doc/HACKING | 2 |
1 files changed, 2 insertions, 0 deletions
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)". |