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
In a [{pattern1,pattern2,...}] section, a slash in one pattern seems to cause the others to only match files in the project root directory instead of including subdirectories:
Matches all **/*.ext:
[{*.ext,foo}]
Only matches /*.ext:
[{*.ext,foo/bar}]
Version:
$ editorconfig --version
EditorConfig Node.js Core Version 1.0.2
Thanks!
The text was updated successfully, but these errors were encountered:
Confirmed. I think this may be an issue in minimatch. If this is still important to you, would you mind filing an issue over there? Some specifics of the test I just ran:
In a
[{pattern1,pattern2,...}]
section, a slash in one pattern seems to cause the others to only match files in the project root directory instead of including subdirectories:Matches all
**/*.ext
:Only matches
/*.ext
:Version:
Thanks!
The text was updated successfully, but these errors were encountered: