Skip to content

Commit

Permalink
Merge branch 'master' into issue497-utf8-reqd
Browse files Browse the repository at this point in the history
  • Loading branch information
xuhdev authored Sep 16, 2024
2 parents 6473e65 + 90b274e commit ce34038
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,13 @@ special characters for wildcard matching:
- any integer numbers between ``num1`` and ``num2``, where ``num1`` and ``num2``
can be either positive or negative

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
directory of ``.editorconfig``, but ``subdir/*.c`` only matches files that end
with ``.c`` in the ``subdir`` directory in the directory of ``.editorconfig``.

The backslash character (``\\``) can be used to escape a character so it is
not interpreted as a special character.

Expand Down

0 comments on commit ce34038

Please sign in to comment.