From: Dana Jansens Date: Thu, 11 Apr 2002 04:05:49 +0000 (+0000) Subject: adding rules on how to code this project. X-Git-Tag: openbox-1_0_1^2~125 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=3da13c168283b7192910af28c417a166dd317eba;p=dana%2Fopenbox.git adding rules on how to code this project. --- diff --git a/CodingStyle b/CodingStyle new file mode 100644 index 00000000..729e37c0 --- /dev/null +++ b/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!