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

Commit 7629e6af authored by William Escande's avatar William Escande Committed by Automerger Merge Worker
Browse files

add clang_format post migration am: e08c6a59 am: ac1cfc05

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/1952228

Change-Id: I857ebad3836ec69bce234520b2bf5ed293a0865c
parents 47255c09 ac1cfc05
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
BasedOnStyle: Google

AccessModifierOffset: -4
AlignOperands: false
AllowShortFunctionsOnASingleLine: Inline
AlwaysBreakBeforeMultilineStrings: false
ColumnLimit: 100
CommentPragmas: NOLINT:.*
ConstructorInitializerIndentWidth: 6
ContinuationIndentWidth: 8
IndentWidth: 4
PenaltyBreakBeforeFirstCallParameter: 100000
SpacesBeforeTrailingComments: 1

service/.clang-format

0 → 100644
+13 −0
Original line number Diff line number Diff line
BasedOnStyle: Google

AccessModifierOffset: -4
AlignOperands: false
AllowShortFunctionsOnASingleLine: Inline
AlwaysBreakBeforeMultilineStrings: false
ColumnLimit: 100
CommentPragmas: NOLINT:.*
ConstructorInitializerIndentWidth: 6
ContinuationIndentWidth: 8
IndentWidth: 4
PenaltyBreakBeforeFirstCallParameter: 100000
SpacesBeforeTrailingComments: 1#