initial commit
This commit is contained in:
commit
4de9088898
13 changed files with 610 additions and 0 deletions
8
.clang-format
Normal file
8
.clang-format
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
BasedOnStyle: LLVM
|
||||
BreakBeforeBraces: Linux
|
||||
UseTab: Always
|
||||
IndentWidth: 4
|
||||
TabWidth: 4
|
||||
AllowShortIfStatementsOnASingleLine: false
|
||||
AllowShortFunctionsOnASingleLine: false
|
||||
IndentCaseLabels: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue