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

Commit e08c6a59 authored by William Escande's avatar William Escande
Browse files

add clang_format post migration

Test: uploaded another CL
Change-Id: I8d54c6551ca029fc3518605a0f56a36424e499a9
parent c35fd28f
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#