bug-indent
[Top][All Lists]
Advanced

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

[Bug-indent] Indentation of "{" on functions.


From: Antonio Marcos Pereira
Subject: [Bug-indent] Indentation of "{" on functions.
Date: Mon, 10 Mar 2003 14:04:28 -0300

Hello,
   I don't know if it is a bug or a new to be developed.

   I nead to make indentation of the "{" and "}" of my functions at position 3 from the left side.

   Like this:

/* SOURCE */
int MyFunction (char *String, int Number)
   {
   if ()
      {
      }
   return 1;
   }
/* END */

   but with current paramaters i can do only this:

/* SOURCE */
int MyFunction (char *String, int Number)
{
   if ()
      {
      }
   return 1;
}
/* END */


Do you have a solution for this?
Thanks very much.

PS.: Excuse-me my english, I do not speak very well!

Antonio
-------------------------------------
Antonio Marcos Pereira - UIN 27324474
    Nexxera Tecnologia e Serviços
       http://www.nexxera.com
     address@hidden
Fone/Fax: (48)223-5698 -  Ramal: 5646
-------------------------------------

reply via email to

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