Fallback brace placement for statements and blocks not covered by a more specific option.
if (cond) { x++; }
if (cond){ x++; }