File tree Expand file tree Collapse file tree 4 files changed +1471
-1286
lines changed Expand file tree Collapse file tree 4 files changed +1471
-1286
lines changed Original file line number Diff line number Diff line change @@ -12,18 +12,20 @@ AllowShortLoopsOnASingleLine: false
1212AlwaysBreakAfterReturnType : TopLevel
1313BinPackArguments : false
1414# fails
15- BinPackParameters : false
15+ BinPackParameters : AlwaysOnePerLine
1616BraceWrapping :
1717 AfterClass : true
1818 AfterStruct : true
1919 AfterFunction : true
2020 BeforeElse : true
21+ BreakBeforeBinaryOperators : NonAssignment
2122BreakBeforeBraces : Custom
2223# fails if all initializers fit on one line
2324BreakConstructorInitializers : AfterColon
2425ColumnLimit : 90
2526# fails
26- ConstructorInitializerAllOnOneLineOrOnePerLine : false
2727ConstructorInitializerIndentWidth : 2
2828IncludeBlocks : Preserve
29+ PackConstructorInitializers : Never
2930PointerAlignment : Right
31+ SortIncludes : Never
You can’t perform that action at this time.
0 commit comments