update the indent style guidelines
authorDana Jansens <danakj@orodu.net>
Thu, 14 Feb 2008 02:11:05 +0000 (21:11 -0500)
committerMikael Magnusson <mikachu@comhem.se>
Thu, 14 Feb 2008 18:40:03 +0000 (19:40 +0100)
HACKING

diff --git a/HACKING b/HACKING
index dab0aad..e450bba 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -27,8 +27,7 @@ not all, guidelines:
    lines
  * most other constructs should have braces on the same line as the
    statement
    lines
  * most other constructs should have braces on the same line as the
    statement
+ * else appears on a new line, just like an if
  * when in doubt look at the rest of the source
  * vim users can use "set expandtab tabstop=4 shiftwidth=4
    softtabstop=4" for some of this
  * when in doubt look at the rest of the source
  * vim users can use "set expandtab tabstop=4 shiftwidth=4
    softtabstop=4" for some of this
-
-