Init project
This commit is contained in:
parent
702fa003b1
commit
7cc9eca65f
120 changed files with 105353 additions and 0 deletions
9
.clang-format
Normal file
9
.clang-format
Normal file
|
@ -0,0 +1,9 @@
|
|||
BasedOnStyle: "LLVM"
|
||||
|
||||
AccessModifierOffset: "-4"
|
||||
AllowShortFunctionsOnASingleLine: "false"
|
||||
BreakBeforeBraces: "Allman"
|
||||
ColumnLimit: "100"
|
||||
IndentCaseLabels: "false"
|
||||
IndentWidth: "4"
|
||||
AlwaysBreakTemplateDeclarations: "true"
|
Loading…
Add table
Add a link
Reference in a new issue