fix: format all languages using clang-format
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
9f66f6495a
commit
076c189948
2 changed files with 6 additions and 5 deletions
|
@ -1,16 +1,17 @@
|
|||
---
|
||||
Language: Cpp
|
||||
BasedOnStyle: Chromium
|
||||
BasedOnStyle: Chromium
|
||||
IndentWidth: 4
|
||||
---
|
||||
Language: Cpp
|
||||
AlignConsecutiveMacros: false
|
||||
AlignConsecutiveAssignments: false
|
||||
AllowShortIfStatementsOnASingleLine: false
|
||||
BraceWrapping:
|
||||
AfterFunction: true
|
||||
AfterFunction: true
|
||||
SplitEmptyFunction: false
|
||||
SplitEmptyRecord: false
|
||||
SplitEmptyNamespace: false
|
||||
BreakBeforeBraces: Custom
|
||||
BreakConstructorInitializers: BeforeComma
|
||||
ColumnLimit: 140
|
||||
ColumnLimit: 140
|
||||
Cpp11BracedListStyle: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue