mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 07:25:04 +02:00
Allow variable whitespace in arrow rules
This commit is contained in:
parent
f897d7c2e1
commit
a6fdf05ee9
2 changed files with 11 additions and 5 deletions
|
|
@ -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-> !
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue