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

Commit e04e3244 authored by Ruchir Rastogi's avatar Ruchir Rastogi
Browse files

Add .clang-format to statsd APEX

.clang-format file was copied from
frameworks/base/cmds/statsd/.clang-format

Test: git clang-format correctly fixed staged diffs
Change-Id: I1c58b2e360099a557cb28aa15365aaa680c1be35
parent d590c388
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
BasedOnStyle: Google
AllowShortIfStatementsOnASingleLine: true
AllowShortFunctionsOnASingleLine: false
AllowShortLoopsOnASingleLine: true
BinPackArguments: true
BinPackParameters: true
ColumnLimit: 100
CommentPragmas: NOLINT:.*
ContinuationIndentWidth: 8
DerivePointerAlignment: false
IndentWidth: 4
PointerAlignment: Left
TabWidth: 4
AccessModifierOffset: -4
IncludeCategories:
  - Regex:    '^"Log\.h"'
    Priority:    -1