-
-
Notifications
You must be signed in to change notification settings - Fork 333
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Problem
When I was working on the code, my IDE formatted the code in a way that didn't match the repository's style.
Solution
Format the code with csharpier and automatically check the formatting via a GitHub Action.
Benefit
- It would no longer be a manual task to check if the formatting is correct.
- It would level opinions about the formatting (It's the way the formatter does it and that's the way it is.)
Alternatives
Another formatter, e.g. dotnet format
. But that one isn't as rigorous, and it's also slow.
Would you like to help contributing this enhancement?
Yes
HofmeisterAn
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request