Added .clang-format file and applied style to source files
This commit is contained in:
parent
3ee9f8dc52
commit
e50d2fc63a
13 changed files with 2552 additions and 2538 deletions
9
.clang-format
Normal file
9
.clang-format
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
IndentWidth: 2
|
||||
AccessModifierOffset: -2
|
||||
UseTab: Never
|
||||
ColumnLimit: 0
|
||||
MaxEmptyLinesToKeep: 2
|
||||
SpaceBeforeParens: Never
|
||||
BreakBeforeBraces: Custom
|
||||
BraceWrapping: {BeforeElse: true, BeforeCatch: true}
|
||||
NamespaceIndentation: All
|
||||
Loading…
Add table
Add a link
Reference in a new issue