This option controls whether braces should be required around the body of if, else, for, while, and similar statements.
if (true) { x++; }
if (true) x++;