specification icon indicating copy to clipboard operation
specification copied to clipboard

Clarify glob matching

Open pommicket opened this issue 1 year ago • 7 comments

Taking the specification literally, the glob *.py would not match foo/bar.py since foo/bar includes the slash character. The C library for editorconfig adds **/ to the start of the glob if it does not have a slash in it (see editorconfig.c:260), but this should really be in the spec.

pommicket avatar Oct 18 '23 23:10 pommicket