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