Initial Code commit

This commit is contained in:
2025-03-15 20:40:21 +01:00
parent 5068041f80
commit 435d973c53
17 changed files with 4993 additions and 1 deletions
+16
View File
@@ -0,0 +1,16 @@
root = true
[*]
indent_style = tab
indent_size = 4
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.yaml]
indent_style = space
indent_size = 2
[*.yml]
indent_style = space
indent_size = 2