Initial commit

This commit is contained in:
2026-09-04 16:57:25 +02:00
commit b1cd480fc3
18 changed files with 3647 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
indent_style = tab
indent_size = 2
[*.{yaml,yml,md,njk}]
indent_style = space