Skip to content

Commit

Permalink
Update index.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Chris White <cxwembedded@gmail.com>
  • Loading branch information
xuhdev and cxw42 authored Sep 16, 2024
1 parent f5466db commit a743fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ special characters for wildcard matching:
- any integer numbers between ``num1`` and ``num2``, where ``num1`` and ``num2``
can be either positive or negative

If there is a path separator (``/``) at in the glob, then the glob is relative
If the glob contains a path separator (a ``/`` not inside square brackets), then the glob is relative
to the directory level of the particular `.editorconfig` file itself.
Otherwise the pattern may also match at any level below the `.editorconfig`
level. For example, ``*.c`` matches any file that ends with ``.c`` in the
Expand Down

0 comments on commit a743fc7

Please sign in to comment.