diff --git a/.clang-format b/.clang-format index 53d7b73754..e20b4fb851 100644 --- a/.clang-format +++ b/.clang-format @@ -5,6 +5,11 @@ BasedOnStyle: LLVM Language: Cpp IndentWidth: 4 BreakBeforeBraces: Custom +BinPackArguments: false +BinPackParameters: false +AllowAllArgumentsOnNextLine: false +AllowAllParametersOfDeclarationOnNextLine: false +PenaltyReturnTypeOnItsOwnLine: 120 BraceWrapping: AfterCaseLabel: true AfterClass: true