Allow variable whitespace in arrow rules

This commit is contained in:
Joscha
2021-05-15 15:13:34 +02:00
parent f897d7c2e1
commit a6fdf05ee9
2 changed files with 11 additions and 5 deletions

View File

@ -285,7 +285,7 @@ For this task, the name arrows can be used. They are variants of the normal
arrows that only look at the file name instead of the entire path.
```
\..* -name-re-> !
__pycache__ -name-> !
.*\.md -name-re-> !
\..* -name-re-> !
__pycache__ -name-> !
.*\.md -name-re-> !
```