bug-indent
[Top][All Lists]
Advanced

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

[Bug-indent] aligning variables in function definitions


From: Steve Emmerson
Subject: [Bug-indent] aligning variables in function definitions
Date: Thu, 15 Apr 2004 16:27:04 -0000

Hello,

Is there any way to align variables in functions definitions?  For
example, is there any way to convert this

    void foo (
        int arg1,
        char arg2,
        int *arg3,
        long arg4,
        char arg5)

(taken from the indent(1) documentation) to this

    void foo (
        int         arg1,
        char        arg2,
        int        *arg3,
        long        arg4,
        char        arg5)

based on the "-bfda" and "-din" options?

I browsed the on-line documentation and the email database for the last
year but didn't find anything relevant.

Regards,
Steve Emmerson




reply via email to

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