diff options
author | Ragnar Groot Koerkamp <ragnar.grootkoerkamp@gmail.com> | 2021-06-18 17:59:08 +0200 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2021-06-22 20:21:45 +0200 |
commit | f81dc1ecc00a6a5516699ca74a7b4de4098b3f72 (patch) | |
tree | ee8695b48a865e702a519297fc1fd09e020d8b28 | |
parent | c0c4e260c45a07b98fc90276a9ca7b6cf06b3d0b (diff) |
Update clang format to better match existing code
-rw-r--r-- | .clang-format | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.clang-format b/.clang-format index 5818da3c..24ea869d 100644 --- a/.clang-format +++ b/.clang-format @@ -8,9 +8,11 @@ IndentCaseLabels: false SortIncludes: false ColumnLimit: 80 AlignAfterOpenBracket: DontAlign -BinPackParameters: false -BinPackArguments: false +BinPackParameters: true +BinPackArguments: true ContinuationIndentWidth: 8 AllowAllParametersOfDeclarationOnNextLine: false AllowShortLoopsOnASingleLine: true ReflowComments: false +AllowAllArgumentsOnNextLine: false +AlignOperands: DontAlign |