belav / csharpier

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

Fixing some issues with editorconfig parsing with globs #1221

Closed belav closed 7 months ago

belav commented 7 months ago

Pull in new way to parse globs, dotnet.glob did not support what editorconfig needs. Customized GlobMatcher to allow single brace sets like [*.{cs}] and treat them like [*.cs]

closes #1214