zspitz / ExpressionTreeToString

String representations of expression trees + library of expression tree objects
MIT License
151 stars 12 forks source link

Refine editorconfig WRT InsertionPoint #69

Open zspitz opened 4 years ago

zspitz commented 4 years ago

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.