belav / csharpier

CSharpier is an opinionated code formatter for c#.
https://csharpier.com
MIT License
1.43k stars 99 forks source link

Method overloads should be adjacent. #1006

Closed wahmedswl closed 1 year ago

wahmedswl commented 1 year ago

Hi!

This is general guideline and rules in most of the linters. Is this something that can be done by CSharpier?

Thanks

belav commented 1 year ago

In general CSharpier is only concerned with formatting via changing whitespace. There are only a couple of exceptions to that. Moving methods is beyond the scope of CSharpier.