projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
455b288
)
adding rules on how to code this project.
author
Dana Jansens
<danakj@orodu.net>
Thu, 11 Apr 2002 04:05:49 +0000
(
04:05
+0000)
committer
Dana Jansens
<danakj@orodu.net>
Thu, 11 Apr 2002 04:05:49 +0000
(
04:05
+0000)
CodingStyle
[new file with mode: 0644]
patch
|
blob
diff --git a/CodingStyle
b/CodingStyle
new file mode 100644
(file)
index 0000000..
729e37c
--- /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!