This option controls whether a catch clause should start on a new line.
try { x++; } catch(Exception e) { x--; }