bug-indent
[Top][All Lists]
Advanced

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

[Bug-indent] Alignment of arguments and declaration indentation


From: Mattias Ekholm
Subject: [Bug-indent] Alignment of arguments and declaration indentation
Date: Wed, 30 Jun 2004 08:23:50 +0200 (CEST)


Hi

This is not a bug I guess but on omission


There seems to be no way to forse indent to align parameters in same 
collumnn like this:

atm_msg_t*   
create_cell(
        conf_object_t*    obj,
        int               size)
{
   ...


the result is allways like this
atm_msg_t          *
create_cell(
        conf_object_t * obj,
        int size)
{







running
GNU indent 2.2.9



kind regards
/Mattias





reply via email to

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