From: Dana Jansens Date: Thu, 14 Feb 2008 02:11:05 +0000 (-0500) Subject: update the indent style guidelines X-Git-Tag: mikabox-3.4.7~30^2 X-Git-Url: http://git.openbox.org/?p=mikachu%2Fopenbox.git;a=commitdiff_plain;h=f1f61ff703db72cc1db7f834c9cb45616d55da10 update the indent style guidelines --- diff --git a/HACKING b/HACKING index dab0aad..e450bba 100644 --- 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 + * 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 - -