chore: initial files

This commit is contained in:
2026-05-29 13:49:01 +02:00
parent b6b659ce25
commit 75c5483115
10 changed files with 74 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
BasedOnStyle: LLVM
UseTab: Always
TabWidth: 4
IndentWidth: 4
IndentCaseLabels: true
ColumnLimit: 120
PointerAlignment: Right
AllowShortFunctionsOnASingleLine: None
InsertBraces: true
AllowShortBlocksOnASingleLine: Empty