summaryrefslogtreecommitdiff
path: root/CodingStyle
diff options
context:
space:
mode:
Diffstat (limited to 'CodingStyle')
-rw-r--r--CodingStyle13
1 files changed, 0 insertions, 13 deletions
diff --git a/CodingStyle b/CodingStyle
deleted file mode 100644
index 729e37c0..00000000
--- a/CodingStyle
+++ /dev/null
@@ -1,13 +0,0 @@
-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!