Initial import

This commit is contained in:
Guilhem Lavaux 2023-05-29 10:41:03 +02:00
commit 56a50eead3
820 changed files with 192077 additions and 0 deletions

20
.clang-format Normal file
View file

@ -0,0 +1,20 @@
BasedOnStyle: llvm
IndentWidth: 2
AlignAfterOpenBracket: AlwaysBreak
AlignEscapedNewlines: Right
Standard: Cpp11
SortIncludes: false
PointerAlignment: Right
MaxEmptyLinesToKeep: 1
ReflowComments: false
IndentPPDirectives: AfterHash
CompactNamespaces: false
IndentCaseLabels: false
AlwaysBreakTemplateDeclarations: true
NamespaceIndentation: All
BraceWrapping:
AfterControlStatement: false
AfterFunction: false
AfterNamespace: false