This option controls whether a space should appear inside empty square brackets.
var x = new int[ ] {};
var x = new int[] {};