initial commit
This commit is contained in:
commit
16399fab9e
7 changed files with 142 additions and 0 deletions
10
.clang-format
Normal file
10
.clang-format
Normal file
|
@ -0,0 +1,10 @@
|
|||
# Linux-like style
|
||||
BasedOnStyle: LLVM
|
||||
IndentWidth: 4
|
||||
UseTab: Never
|
||||
BreakBeforeBraces: Linux
|
||||
AllowShortIfStatementsOnASingleLine: true
|
||||
IndentCaseLabels: false
|
||||
# Force pointers to the type
|
||||
DerivePointerAlignment: false
|
||||
PointerAlignment: Left
|
Loading…
Add table
Add a link
Reference in a new issue