summaryrefslogtreecommitdiff
path: root/CODING_STYLE
diff options
context:
space:
mode:
Diffstat (limited to 'CODING_STYLE')
-rw-r--r--CODING_STYLE9
1 files changed, 8 insertions, 1 deletions
diff --git a/CODING_STYLE b/CODING_STYLE
index 73fe2a9b9..92536a44b 100644
--- a/CODING_STYLE
+++ b/CODING_STYLE
@@ -267,4 +267,11 @@ for overflow and will return NULL in that case.
In general, be wary of performing any arithmetic operations in an
argument to malloc. You should explicitly check for integer overflow
-yourself in any more complex situations. \ No newline at end of file
+yourself in any more complex situations.
+
+
+TODO
+----
+
+Write rules for common editors to use this style. Also cleanup/unify
+the modlines in the source files.