fix filter ignoring

This commit is contained in:
lelgenio 2020-12-06 23:14:00 -03:00
parent 92e2b988ff
commit 3a95264474
1 changed files with 5 additions and 3 deletions

View File

@ -1,8 +1,10 @@
# {{@@ header() @@}}
*.yaml yaml=true
*.yml yaml=true
{%@@ if tabs @@%}
* filter=tabspace
* filter=tabspace
*.yaml -filter
*.yml -filter
*.png -filter
*.jpg -filter
{%@@ endif @@%}