Skip to content

Commit

Permalink
Merge pull request #3242 from canonical/clang-format_improvement
Browse files Browse the repository at this point in the history
clang-format improvement: remove bin pack arguments/parameters.
  • Loading branch information
georgeliao authored Oct 4, 2023
2 parents 0a8014b + e7ca3c5 commit 511f99e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 511f99e

Please sign in to comment.