Add missing {}?
Hi,
I thought, there was an option to add missing {} to a construct like
if (condition)
doSomething();
to achieve
if (condition) {
doSomething();
}
... but I could not find that option any more. Maybe I just search at
the wrong place? Can somebody please enlighten me?
Tom
Please sign in to leave a comment.
Thomas Singer (MoTJ) wrote:
Code Style / Indents and Braces / Force Braces?
Surround with {} ?
Ah, there it is. Thanks 8)
Tom