aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/cmake-modules-styleguide.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/cmake-modules-styleguide.txt b/modules/cmake-modules-styleguide.txt
index a19bceb2..10e65dc0 100644
--- a/modules/cmake-modules-styleguide.txt
+++ b/modules/cmake-modules-styleguide.txt
@@ -2,6 +2,11 @@ This is a copy of the file CMake/Modules/readme.txt from cmake cvs.
Please adhere to the guidelines given below when writing cmake modules
for KDE.
+Some additional guidelines for use in KDE:
+-indent using 2, 3 or 4 spaces, not tabs
+-use all-lower-case for commands, except if the rest of the file uses
+consistently all-upper-case for commands
+
Alex
----------------------------------------------------------------------