This option controls whether a space should follow control flow keywords such as if, for, while before their opening parenthesis.
if (true) { x++; }
if(true) { x++; }