Is there a pretty printer / code formatter for C# (as part of build system)?
There finally is; Csharpier! It was originally ported from the popular Prettier and it is just a code formatter for C#. It can run from the command line and is not tied to an IDE nor an extension, although support for these exists as well. You can make it run as a part of a … Read more