gnu-misc-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: indent problem


From: Alfred M. Szmidt
Subject: Re: indent problem
Date: Fri, 14 Jul 2006 17:08:44 +0200 (CEST)

   Insteat of putting the brackets behind the method name into the SAME
   line such as:

   void testMethod(int test) {
   //whatever here
   }

   it gives:
   void testMethod(int test)
   {
   //whatever here
   }

This is intended.  K&R indentation style puts the brace in column 0
for functions.  The -br option is for `if' statements, etc.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]