Dear ALL.

 

      I read the manPage of indent, but I can't find any options to meet my
needs.

 

For example, given the input

int foo(void);

Use indent the function declaration to expect the following output.

int

foo(

    void

   );

I can't any indent options to set "int" and "foo" are at different lines.
The "psl" option is only available for a function implementation and not for
function declarations.

Please help me with this problem, thank you in advance!!!

 

BR,

 

Yuming.

 

_______________________________________________
bug-indent mailing list
bug-indent@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-indent

Reply via email to