Initial commit

This commit is contained in:
2024-05-06 23:34:13 -03:00
commit 453275b96f
16 changed files with 2688 additions and 0 deletions

27
.clang-format Normal file
View File

@@ -0,0 +1,27 @@
BasedOnStyle: LLVM
ColumnLimit: 100
UseTab: Never
IndentWidth: 2
TabWidth: 2
AlignConsecutiveAssignments: true
AlignConsecutiveDeclarations: true
AlignConsecutiveMacros: true
AlignEscapedNewlines: Left
AlignTrailingComments: true
AllowShortBlocksOnASingleLine: true
AllowShortCaseLabelsOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
AllowShortIfStatementsOnASingleLine: Never
AllowShortLoopsOnASingleLine: false
BinPackArguments: false
BinPackParameters: false
BreakBeforeBraces: Attach
IndentCaseLabels: true
MaxEmptyLinesToKeep: 1
PointerAlignment: Right
SpaceAfterCStyleCast: true
SortIncludes: true