feat: repell some pests

This commit is contained in:
taskylizard 2025-06-21 18:37:05 +00:00
parent baa126c4ae
commit 6435e11ccd
No known key found for this signature in database
GPG key ID: 1820131ED1A24120
14 changed files with 8065 additions and 0 deletions

View file

@ -0,0 +1,12 @@
# http://editorconfig.org
root = true
[*]
indent_style = tab
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.yml]
indent_style = space