Hello,

(I'm sorry if this is not the right place to ask usage questions about
indent. Where should I ask instead ?)

How can I make indent format if's without braces as

    if(expression) statement;

instead of
    
    if(expresseion)
        statement;

Thank you very much,




_______________________________________________
bug-indent mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-indent

Reply via email to