Initial import
This commit is contained in:
commit
56a50eead3
820 changed files with 192077 additions and 0 deletions
20
.clang-format
Normal file
20
.clang-format
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue