belav / csharpier

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

When an #if directive has a comma added with it, then the syntax node… #1317

Closed belav closed 3 months ago

belav commented 3 months ago

… validation fails because it is not comparing the syntax nodes.

closes #1312