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.
diff --git a/.clang-format b/.clang-format
index 84334f5..d6c0b05 100644
--- a/.clang-format
+++ b/.clang-format
@@ -12,7 +12,7 @@
BreakBeforeBinaryOperators: false
BreakBeforeTernaryOperators: true
BreakConstructorInitializersBeforeComma: false
-BinPackParameters: true
+BinPackParameters: false
ColumnLimit: 80
ConstructorInitializerAllOnOneLineOrOnePerLine: false
DerivePointerBinding: false