Closed mattdwen closed 5 years ago
I've reformatted all the code using .editorconfig settings for consistency.
All files are now tabs, with a default width of 4.
I also had to specify csharp_new_line_before_open_brace = none as my default was different to the majority of the code.
csharp_new_line_before_open_brace = none
I've reformatted all the code using .editorconfig settings for consistency.
All files are now tabs, with a default width of 4.
I also had to specify
csharp_new_line_before_open_brace = none
as my default was different to the majority of the code.