Init project

This commit is contained in:
Maximilian Grau 2021-01-06 00:58:55 +01:00
parent 702fa003b1
commit 7cc9eca65f
120 changed files with 105353 additions and 0 deletions

9
.clang-format Normal file
View file

@ -0,0 +1,9 @@
BasedOnStyle: "LLVM"
AccessModifierOffset: "-4"
AllowShortFunctionsOnASingleLine: "false"
BreakBeforeBraces: "Allman"
ColumnLimit: "100"
IndentCaseLabels: "false"
IndentWidth: "4"
AlwaysBreakTemplateDeclarations: "true"