initial commit, compiles

This commit is contained in:
Lexxy Fox
2023-11-01 10:10:05 -05:00
commit 04fac81a8e
7 changed files with 2031 additions and 0 deletions

16
.clang-format Normal file
View File

@@ -0,0 +1,16 @@
AlignAfterOpenBracket: BlockIndent
AlignConsecutiveMacros: true
AllowShortIfStatementsOnASingleLine: true
AllowShortLoopsOnASingleLine: true
BasedOnStyle: LLVM
IndentCaseLabels: true
IndentGotoLabels: true
IndentPPDirectives: BeforeHash
Language: Cpp
ReflowComments: true
RemoveBracesLLVM: true
SortIncludes: CaseInsensitive
TabWidth: 2
UseTab: AlignWithSpaces
# ex:se ft=yaml