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
Update .editorconfig to prevent unintentional whitespace changes
Added:
- `csharp_space_before_open_square_brackets = true`
- `csharp_space_after_keywords_in_control_flow_statements = false`
In order to enforce the existing convention and prevent unintentional changes.
0 commit comments