From: Dana Jansens Date: Thu, 14 Feb 2008 02:11:05 +0000 (-0500) Subject: update the indent style guidelines X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fopenbox;a=commitdiff_plain;h=f1f61ff703db72cc1db7f834c9cb45616d55da10 update the indent style guidelines --- diff --git a/HACKING b/HACKING index dab0aad8..e450bba3 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 - -