bug-indent
[Top][All Lists]
Advanced

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

Re: [Bug-indent] -bfda option


From: david ingamells
Subject: Re: [Bug-indent] -bfda option
Date: Wed, 17 Jul 2002 20:32:11 +0200

Kim,
you are in luck! Just last month I impemented that fix. It will be in the 
next release which will be out during August.

David.

On Tuesday 16 July 2002 1:53 am, you wrote:
> Hi,
>
> I have a query as to whether I can get indent to implement a style I'm
> fond of.
>
> Basicall, when it comes to function calls that don't fit on a line -bfda
> formats the calls like so:
>
> void foo(int arg1,
>          char arg2,
>          int *arg3,
>          long arg4,
>          char arg5);
>
> Whereas I'd like them to be formated like this:
>
> void foo(
>     int arg1,
>     char arg2,
>     int *arg3,
>     long arg4,
>     char arg5
> );
>
> Same goes for function delcrarations whith multiple lines of arguments.
> I'd greatly appreciate any advice as the whether indent can do this,
> and/or how to do it.
>
> Of course, the obligatory thanks - the indent program is invaluable.
>
> Thanks,
>
> KimS
>
>
>
> _______________________________________________
> Bug-indent mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/bug-indent

-- 
David Ingamells
address@hidden
+31 (013) 5093388     (home)
+31 615010947 (mobile)



reply via email to

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