From 1b137a38028e34b1892d6ebb34a0a7e1095a60d8 Mon Sep 17 00:00:00 2001 From: Aaron Jacobs Date: Tue, 1 Jul 2014 08:47:46 +1000 Subject: [PATCH] Set BinPackParameters to false. This option personally drives me crazy. I think it's much more readable to be able to see one parameter per line when there are many. --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index 84334f5..d6c0b05 100644 --- a/.clang-format +++ b/.clang-format @@ -12,7 +12,7 @@ AlwaysBreakBeforeMultilineStrings: false BreakBeforeBinaryOperators: false BreakBeforeTernaryOperators: true BreakConstructorInitializersBeforeComma: false -BinPackParameters: true +BinPackParameters: false ColumnLimit: 80 ConstructorInitializerAllOnOneLineOrOnePerLine: false DerivePointerBinding: false