aboutsummaryrefslogtreecommitdiff
path: root/stylesheet.txt
diff options
context:
space:
mode:
Diffstat (limited to 'stylesheet.txt')
-rw-r--r--stylesheet.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/stylesheet.txt b/stylesheet.txt
new file mode 100644
index 0000000..688cae5
--- /dev/null
+++ b/stylesheet.txt
@@ -0,0 +1,7 @@
+Mostly the same as the Linux coding standars, some additions:
++ Local functions should be marked static and be prefixed with __, the idea is
+ to hopefully minimize confusion about which header file the function came from.
+ I know, pretty dumb, but looks cool :)
+
++ structs and enums shouldn't be suffixed with _t, whereas scalar types
+ should.