bug-indent
[Top][All Lists]
Advanced

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

If without braces


From: Philip Young
Subject: If without braces
Date: Tue, 23 Jan 2007 10:16:02 +0100
User-agent: Mutt/1.5.9i

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,






reply via email to

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