summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/CONTRIBUTING2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CONTRIBUTING b/docs/CONTRIBUTING
index 0b43d67..022e124 100644
--- a/docs/CONTRIBUTING
+++ b/docs/CONTRIBUTING
@@ -29,7 +29,7 @@ Write normal C code. Don't redefine the language. No new types (structs are
structs, not typedefs), no C++isms or Javaisms.
Identifiers
------
+-----------
We do not want mixed case identifiers.
Variables and function names should be all lower case.
Struct and enum names should be all lower case.