[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r9953: Note indentation and terminal-width conventions in HACKING (in tor/trunk: . doc)
- To: or-cvs@xxxxxxxxxxxxx
- Subject: [or-cvs] r9953: Note indentation and terminal-width conventions in HACKING (in tor/trunk: . doc)
- From: nickm@xxxxxxxx
- Date: Sat, 14 Apr 2007 12:59:44 -0400 (EDT)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Sat, 14 Apr 2007 12:59:51 -0400
- Reply-to: or-talk@xxxxxxxxxxxxx
- Sender: owner-or-cvs@xxxxxxxxxxxxx
Author: nickm
Date: 2007-04-14 12:59:44 -0400 (Sat, 14 Apr 2007)
New Revision: 9953
Modified:
tor/trunk/
tor/trunk/doc/HACKING
Log:
r12362@catbus: nickm | 2007-04-14 12:59:38 -0400
Note indentation and terminal-width conventions in HACKING
Property changes on: tor/trunk
___________________________________________________________________
svk:merge ticket from /tor/trunk [r12362] on 8246c3cf-6607-4228-993b-4d95d33730f1
Modified: tor/trunk/doc/HACKING
===================================================================
--- tor/trunk/doc/HACKING 2007-04-14 16:59:41 UTC (rev 9952)
+++ tor/trunk/doc/HACKING 2007-04-14 16:59:44 UTC (rev 9953)
@@ -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)".