This option controls whether a space should precede a comma.
var list = [1 , 2 , 3];
var list = [1, 2, 3];