Another clang-tidy fix for new GPU code
[alexxy/gromacs.git] / .clang-format
index 600e45a53206ca793f299f4de7d3c2710ca61528..b189deb7e2110a17bfdfe0b07106e523c7063710 100644 (file)
@@ -17,7 +17,7 @@ AlwaysBreakAfterDefinitionReturnType: None
 AlwaysBreakAfterReturnType: None
 AlwaysBreakBeforeMultilineStrings: true
 AlwaysBreakTemplateDeclarations: true
-BinPackArguments: true
+BinPackArguments: false
 BinPackParameters: false
 BraceWrapping:
   AfterClass:      true