You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rollup merge of #145823 - lolbinarycat:editorconfig-fix, r=GuillaumeGomez
editorconfig: don't use nonexistent syntax
reading through the editorconfig spec, using `!` to negate an entire glob is simply not a feature.
you can use `!` to negate a charachter class, but that's not what was going on here.
0 commit comments