You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: