Update clang format config
This commit is contained in:
parent
78d0f59886
commit
2d3b516bbe
|
@ -2,9 +2,15 @@
|
|||
Language: Cpp
|
||||
BasedOnStyle: LLVM
|
||||
AccessModifierOffset: -4
|
||||
AlignAfterOpenBracket: DontAlign
|
||||
AllowAllArgumentsOnNextLine: false
|
||||
AllowAllParametersOfDeclarationOnNextLine: false
|
||||
AllowShortFunctionsOnASingleLine: Empty
|
||||
BreakBeforeBraces: Allman
|
||||
BreakBeforeTernaryOperators: true
|
||||
BreakInheritanceList: BeforeColon
|
||||
ColumnLimit: 100
|
||||
Cpp11BracedListStyle: false
|
||||
EmptyLineBeforeAccessModifier: Never
|
||||
FixNamespaceComments: false
|
||||
IncludeBlocks: Regroup
|
||||
|
|
Loading…
Reference in New Issue