This option controls whether an else clause should start on a new line.
if(cond) { x++; } else { x--; }