formatting and bug fixes
This commit is contained in:
parent
5a8a1500eb
commit
d5777031e4
6 changed files with 436 additions and 414 deletions
10
.clang-format
Normal file
10
.clang-format
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
BasedOnStyle: Chromium
|
||||
IndentWidth: 4
|
||||
Language: Cpp
|
||||
ColumnLimit: 100
|
||||
UseTab: Never
|
||||
BreakBeforeBraces: Custom
|
||||
FixNamespaceComments: true
|
||||
ShortNamespaceLines: 0
|
||||
BraceWrapping:
|
||||
BeforeElse: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue