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

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

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

am: a64c980d

* commit 'a64c980d':
  Add BinPackArguments: false to .clang-format
parents d5482218 a64c980d
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