amaggiulli / QLNet

QLNet C# Library
https://amaggiulli.github.io/QLNet/
BSD 3-Clause "New" or "Revised" License
381 stars 175 forks source link

Format all code with dotnet format #262

Closed igitur closed 2 years ago

igitur commented 3 years ago

This is a PR for a once-off dotnet format on the code.

It formats all the code using dotnet format.

It replaces AStyle.exe with dotnet format in the .bat file.

Fixes #261

igitur commented 3 years ago

This might cause a lot of merge conflicts with existing branches. I'm willing to help out where this occurs.

amaggiulli commented 3 years ago

Thanks @igitur , let me try to merge ( or close ) the others PR and then we can finalize this one.