initial commit

This commit is contained in:
2026-06-23 10:18:19 +02:00
commit 32dedb5203
288 changed files with 114338 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
---
AlignTrailingComments: true
AllowShortFunctionsOnASingleLine: false
AllowShortIfStatementsOnASingleLine: true
AllowShortLoopsOnASingleLine: true
BreakBeforeBinaryOperators: false
IndentWidth: 4
SortIncludes: false
NamespaceIndentation: All