diff options
-rw-r--r-- | .clang-format | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format index 1a3fe518f..497379448 100644 --- a/.clang-format +++ b/.clang-format @@ -7,3 +7,5 @@ SpaceAfterTemplateKeyword: false AllowShortCaseLabelsOnASingleLine: true AllowShortIfStatementsOnASingleLine: true AllowShortBlocksOnASingleLine: true +BinPackArguments: false +BinPackParameters: false |