bug-indent
[Top][All Lists]
Advanced

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

[Bug-indent] Indent option suggestion


From: Nik Reiman
Subject: [Bug-indent] Indent option suggestion
Date: Sun, 13 Oct 2002 16:25:01 -0500
User-agent: Mutt/1.3.28i

Hello,
Is it possible (or would it be feasibly possible) to allow indent to
place braces on the same line as function declarations?  I have read
through indent's documentation, and it doesn't appear to have a way of
doing this.
For instance, indent automatically formats braces around procedures as
such:

int foo(void)
{
 some stuff;
}

Though I personally prefer the following style:

int foo(void) {
 some stuff;
}

Thanks,
Nik

-- 
Nik Reiman // address@hidden \\ http://www.aboleo.net




reply via email to

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