Remove the else-on-newline rule from HACKING
authorDana Jansens <danakj@orodu.net>
Mon, 19 Aug 2013 00:03:46 +0000 (20:03 -0400)
committerDana Jansens <danakj@orodu.net>
Mon, 19 Aug 2013 00:04:16 +0000 (20:04 -0400)
HACKING

diff --git a/HACKING b/HACKING
index e9001a4..73864bd 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -40,13 +40,6 @@ not all, guidelines:
      {
          hi;
      }
      {
          hi;
      }
- * else appears on a new line, just like an if
-     if (testing) {
-         hi;
-     }
-     else if (other) {
-         bye;
-     }
  * always use braces around conditional blocks that consist of more than one
    line, even if they contain a single statement
      if (check) {
  * always use braces around conditional blocks that consist of more than one
    line, even if they contain a single statement
      if (check) {