all repos — openbox @ f1f61ff703db72cc1db7f834c9cb45616d55da10

openbox fork - make it a bit more like ryudo

update the indent style guidelines
Dana Jansens danakj@orodu.net
commit

f1f61ff703db72cc1db7f834c9cb45616d55da10

parent

27177e498b737cc351ce446f0b89010bcf29bfcd

1 files changed, 1 insertions(+), 2 deletions(-)

jump to
M HACKINGHACKING

@@ -27,8 +27,7 @@ * functions should have the opening and closing braces on their own

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 - -