Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adjust editor config to reflect cast conventions in C# libraries
Most of our code includes a space after the cast, e.g. `(int) x` instead of `(int)x`. This .editorconfig change means that will be the default formatting when it's performed by the editor.
- Loading branch information