r12362@catbus: nickm | 2007-04-14 12:59:38 -0400

Note indentation and terminal-width conventions in HACKING


svn:r9953
This commit is contained in:
Nick Mathewson 2007-04-14 16:59:44 +00:00
parent a4fb12a425
commit f2984faada

View File

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