Initial commit

This commit is contained in:
henryruhs
2025-06-30 18:28:34 +02:00
commit 83d3ccdc7e
14 changed files with 245 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_size = 4
indent_style = tab
trim_trailing_whitespace = true