diff options
author | Alexander Neundorf <neundorf@kde.org> | 2008-03-04 21:22:53 +0000 |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2008-03-04 21:22:53 +0000 |
commit | add74ab676ed374c6f7a735067040d1e0c8c76bd (patch) | |
tree | d48489a2409fde14ebe187e9d58ffb83c99a47ab | |
parent | af1a7856351fa1d98b81b086116b624177647f02 (diff) | |
download | extra-cmake-modules-add74ab676ed374c6f7a735067040d1e0c8c76bd.tar.gz extra-cmake-modules-add74ab676ed374c6f7a735067040d1e0c8c76bd.tar.bz2 |
-add note that all-lower-case and indent-using-spaces is prefered
Alex
svn path=/branches/KDE/4.0/kdelibs/; revision=782342
-rw-r--r-- | modules/cmake-modules-styleguide.txt | 5 |
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 ---------------------------------------------------------------------- |