clang format from PR #317
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
parent
002c4c41d2
commit
5a26929be5
|
|
@ -12,18 +12,20 @@ AllowShortLoopsOnASingleLine: false
|
|||
AlwaysBreakAfterReturnType: TopLevel
|
||||
BinPackArguments: false
|
||||
# fails
|
||||
BinPackParameters: false
|
||||
BinPackParameters: AlwaysOnePerLine
|
||||
BraceWrapping:
|
||||
AfterClass: true
|
||||
AfterStruct: true
|
||||
AfterFunction: true
|
||||
BeforeElse: true
|
||||
BreakBeforeBinaryOperators: NonAssignment
|
||||
BreakBeforeBraces: Custom
|
||||
# fails if all initializers fit on one line
|
||||
BreakConstructorInitializers: AfterColon
|
||||
ColumnLimit: 0
|
||||
ColumnLimit: 90
|
||||
# fails
|
||||
ConstructorInitializerAllOnOneLineOrOnePerLine: false
|
||||
ConstructorInitializerIndentWidth: 2
|
||||
IncludeBlocks: Preserve
|
||||
PackConstructorInitializers: Never
|
||||
PointerAlignment: Right
|
||||
SortIncludes: Never
|
||||
|
|
|
|||
Loading…
Reference in New Issue