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

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

add clang_format post migration am: e08c6a59 am: ac1cfc05 am: 7629e6af

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

Change-Id: Ie20ad79fdd32af71837a628bd2c34a7226b8d5a2
parents 3a1ac4c5 7629e6af
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#