Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a64c980d authored by Alex Deymo's avatar Alex Deymo Committed by android-build-merger
Browse files

Merge "Add BinPackArguments: false to .clang-format"

am: 15035388

* commit '15035388':
  Add BinPackArguments: false to .clang-format
parents 82966075 15035388
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@ BasedOnStyle: Google
AllowShortFunctionsOnASingleLine: Inline
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
BinPackArguments: false
BinPackParameters: false
CommentPragmas: NOLINT:.*
DerivePointerAlignment: false