ExpressionTreeToString icon indicating copy to clipboard operation
ExpressionTreeToString copied to clipboard

Refine editorconfig WRT InsertionPoint

Open zspitz opened this issue 4 years ago • 0 comments

The current editorconfig specifies that private members should be camel-cased, while non-private members should be Pascal-cased.

I'm not sure what to do about InsertionPoint. It feels as though the fields should be camel-cased, but the editorconfig would force them to Pascal case.

zspitz avatar Nov 10 '20 07:11 zspitz