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

Commit 0305a3e7 authored by Zach Johnson's avatar Zach Johnson
Browse files

clang-format: don't bin-pack args & params

Test: check clang-format on a file or two (hello linter - I need to make you restrict on file type)
Bug: 156858180
Tag: #gd-refactor
Change-Id: I28f66f3625edeb56a7243b15c6f6796aa10516ad
parent 631659d5
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -24,5 +24,8 @@ CommentPragmas: NOLINT:.*
DerivePointerAlignment: false
ColumnLimit: 120
AllowShortFunctionsOnASingleLine: Empty
ConstructorInitializerAllOnOneLineOrOnePerLine: false
ConstructorInitializerAllOnOneLineOrOnePerLine: true
BreakConstructorInitializers: BeforeColon
AlignAfterOpenBracket: AlwaysBreak
BinPackArguments: false
BinPackParameters: false