Description
C# source files can be reformatted automatically so a project keeps one consistent style. This is useful for teams that want predictable formatting without arguing over many style choices.
It is a developer command-line tool and is often run from an editor, a pre-commit hook, or continuous integration. It rewrites code formatting, so review changes before committing them.