Skip to content
Snippets Groups Projects
Commit f2984faa authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

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

 Note indentation and terminal-width conventions in HACKING


svn:r9953
parent a4fb12a4
No related branches found
No related tags found
No related merge requests found
......@@ -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)".
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment