From 49f3a26e206942925ee10dfcfed0c74279ccade1 Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Tue, 4 Mar 2008 21:23:46 +0000 Subject: -prefer all-lower-case commands and indent using spaces Alex svn path=/trunk/KDE/kdelibs/; revision=782343 --- 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