aboutsummaryrefslogtreecommitdiffstats
path: root/CODING.md
diff options
context:
space:
mode:
Diffstat (limited to 'CODING.md')
-rw-r--r--CODING.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CODING.md b/CODING.md
index 7b2dda931..d84d062de 100644
--- a/CODING.md
+++ b/CODING.md
@@ -125,6 +125,9 @@ std::map<std::string, std::string> bar =
* Pylint is good tool for helping with following code guidelines. It's very
fussy though, so don't get too worked up about following its suggestions.
+## CMake-specific Guidelines
+
+* CMake commands written in lowercase.
## Revision Control Hygiene