This option controls whether a finally clause should start on a new line.
try { x++; } finally { x--; }