Initial commit

This commit is contained in:
2026-09-16 03:15:48 +02:00
commit fa7ead78ff
18 changed files with 3695 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