all repos — openbox @ 3da13c168283b7192910af28c417a166dd317eba

openbox fork - make it a bit more like ryudo

adding rules on how to code this project.
Dana Jansens danakj@orodu.net
commit

3da13c168283b7192910af28c417a166dd317eba

parent

455b288c3e4b027060481f7c10e5931599d1ae96

1 files changed, 13 insertions(+), 0 deletions(-)

jump to
A CodingStyle

@@ -0,0 +1,13 @@

+Openbox coding style: + +2 space indent, expanded to spaces. No actual tab characters. + +Braces do not get a \n before the top one, for example: + if () { + } + +Put a space between an if/while/etc and the ()'s (see above example) + + +If you see anythig not laid out, mention it and we can decide what is right and +add it to this file!