Tweak clang-format

This commit is contained in:
vlj 2016-08-27 19:12:24 +02:00
parent 153a2d2b40
commit ce21db2ce3

View File

@ -5,7 +5,7 @@ IndentWidth: 1
AccessModifierOffset: -1 AccessModifierOffset: -1
PointerAlignment: Left PointerAlignment: Left
NamespaceIndentation: All NamespaceIndentation: All
ColumnLimit: 0 ColumnLimit: 100
BreakBeforeBraces: Allman BreakBeforeBraces: Allman
BreakConstructorInitializersBeforeComma: true BreakConstructorInitializersBeforeComma: true
BreakBeforeBinaryOperators: false BreakBeforeBinaryOperators: false
@ -22,7 +22,7 @@ SortIncludes: false
ReflowComments: true ReflowComments: true
AlignConsecutiveAssignments: true AlignConsecutiveAssignments: true
AlignTrailingComments: true AlignTrailingComments: true
AlignAfterOpenBracket: false AlignAfterOpenBracket: DontAlign
ConstructorInitializerAllOnOneLineOrOnePerLine: false ConstructorInitializerAllOnOneLineOrOnePerLine: false
BinPackArguments: true BinPackArguments: true
BinPackParameters: true BinPackParameters: true