Closed belav closed 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]
[*.{cs}]
[*.cs]
closes #1214
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