elucidsoft / dotnet-stellar-sdk

Stellar API SDK for .NET 6.x
Apache License 2.0
116 stars 55 forks source link

Reformat all .cs files using official dotnet-format tool #303

Closed leighmcculloch closed 3 years ago

leighmcculloch commented 3 years ago

What

Reformat all .cs files using the official dotnet-format tool.

https://github.com/dotnet/format

Why

As discussed in #302 it isn't clear how to format code when making contributions, or regenerating code from XDR files. There's an official tool for the dotnet community, and it seems like it could be a good option for ensuring code style can be adhered to by anyone contributing.

This PR is intended as an example for discussion in #302.

Types of changes

fracek commented 3 years ago

I really like this.