kdelibs coding style

Nicolas Goutte nicolasg at snafu.de
Mon Aug 21 20:52:40 BST 2006


On Monday 21 August 2006 21:17, Leo Savernik wrote:
> Am Montag, 21. August 2006 16:44 schrieb Dirk Mueller:
> > for example switch() indenting
> > rules are unclear to me
>
> While you're at it: I want to mention that Kate's smart indenter handles
> switches like this:
>
> switch(bla) {
>   case 1:
>     doWhat();
>     break;
>   case 2:
>   case 3:
>     doAgainWhat();
>     break;
>   default:;
> }

How does it handle:

   case 1:
   {
     doWhat();
     break;
  }

>
> I. e. the case statement is indented, too. Therefore, I ask the TWG to take
> into account this existing precedent within KDE. It's less error prone to
> make the rules match the code instead of the other way round (especially as
> the rules don't exist yet).
>
> mfg
> 	Leo

Have a nice day!




More information about the kde-core-devel mailing list