Initial commit

This commit is contained in:
2026-04-29 21:54:47 +01:00
commit 02241bbd9e
60 changed files with 1561 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
BasedOnStyle: LLVM
IndentWidth: 2
TabWidth: 2
ContinuationIndentWidth: 2
ColumnLimit: 0
UseTab: Never
BreakBeforeBraces: Attach
AllowShortFunctionsOnASingleLine: Empty
AlignAfterOpenBracket: BlockIndent
BinPackArguments: false
AllowAllArgumentsOnNextLine: false