This option controls whether a space should precede a dot in member access expressions.
var x = y .Method();
var x = y.Method();