diff --git a/.clang-format b/.clang-format index 545d9b40f1dc31fbd4d46fe9e09a388707c0a291..24f70b09dbe55d405db85c6bb60bff160d1668fa 100644 --- a/.clang-format +++ b/.clang-format @@ -8,6 +8,7 @@ AlignEscapedNewlines: Right AlignOperands: true AlignTrailingComments: false AllowAllParametersOfDeclarationOnNextLine: true +AllowAllArgumentsOnNextLine: true AllowShortBlocksOnASingleLine: true AllowShortCaseLabelsOnASingleLine: true AllowShortFunctionsOnASingleLine: All