浏览代码

r12362@catbus: nickm | 2007-04-14 12:59:38 -0400
Note indentation and terminal-width conventions in HACKING


svn:r9953

Nick Mathewson 18 年之前
父节点
当前提交
f2984faada
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      doc/HACKING

+ 2 - 0
doc/HACKING

@@ -15,6 +15,8 @@
     - A blank line at the end of each file
     - A blank line at the end of each file
     - Never more than one blank line in a row
     - Never more than one blank line in a row
     - Always spaces, never tabs
     - Always spaces, never tabs
+    - No more than 79-columns per line.
+    - Two spaces per indent.
     - A space between control keywords and their corresponding paren
     - A space between control keywords and their corresponding paren
       "if (x)", "while (x)", and "switch (x)", never "if(x)", "while(x)", or
       "if (x)", "while (x)", and "switch (x)", never "if(x)", "while(x)", or
       "switch(x)".
       "switch(x)".