This option controls whether spaces should appear between square brackets and their contents.
var x = new int[ 10 ];
var x = new int[10];