If without braces
Philip Young <[email protected]>
| Newsgroups | gmane.comp.gnu.indent.bugs |
|---|---|
| Message-ID | <[email protected]> |
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,