From add74ab676ed374c6f7a735067040d1e0c8c76bd Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Tue, 4 Mar 2008 21:22:53 +0000 Subject: -add note that all-lower-case and indent-using-spaces is prefered Alex svn path=/branches/KDE/4.0/kdelibs/; revision=782342 --- modules/cmake-modules-styleguide.txt | 5 +++++ 1 file changed, 5 insertions(+) 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 ---------------------------------------------------------------------- -- cgit v1.2.1