This option controls whether spaces should be inserted around binary operators.
var x = a + b;
var x = a+b;
var x = a +b;