coryrwest / B2.NET

.NET library for Backblaze's B2 Cloud Storage
MIT License
62 stars 33 forks source link

Reformat all code using editorconfig #21

Closed mattdwen closed 5 years ago

mattdwen commented 6 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.