1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-18 20:10:03 +02:00

adding phpactor config

This commit is contained in:
Henrik Hautakoski 2024-08-15 18:20:10 +02:00
parent 0adb1a40eb
commit f7e141da9a
30 changed files with 115 additions and 0 deletions

View file

@ -0,0 +1,7 @@
{{ object.prose|trim }}
{% for tagType in object.tagTypes() %}
{% for tag in object.tags(tagType) %}
{{ render(tag)|trim }}
{% endfor %}
{% endfor %}