bug-indent
[Top][All Lists]
Advanced

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

[Bug-indent] two requests.


From: Robert Tillyard
Subject: [Bug-indent] two requests.
Date: Tue, 20 May 2003 11:35:56 +0100

I'm sorry if this isn't the right place to ask this but I'm desperate for two features, if it's not the right place please ignore this intrusion.

I'm after an option to put declarations in column 0. i.e.

int foo ()
{
int i;
int j;

   // start here indent at -i<x> as normal


Also I would like code after {'s to have a zero indentation, i.e.

   if (example_function ())
      {
      // No extra indentation here.
      i ++;
      }

Thanks, Regards, Rob.





reply via email to

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