Closed JoshWoodArup closed 1 year ago
Similar to #1009, collection literals are prefixed with 2 spaces when using object initialiser syntax. For example:
var a = new A { B = [1, 2, 3] };
is formatted as:
Similar to #1009, collection literals are prefixed with 2 spaces when using object initialiser syntax. For example:
is formatted as: