Merge "metricsd: Add clang format config." am: 1462c78c9c

am: 1706e278b0

* commit '1706e278b0115446c969dd1c8ef5af4ad87931a0':
  metricsd: Add clang format config.
This commit is contained in:
Bertrand Simonnet 2015-12-02 22:48:44 +00:00 committed by android-build-merger
commit 761443e0c5

9
metricsd/.clang-format Normal file
View file

@ -0,0 +1,9 @@
BasedOnStyle: Google
AllowShortFunctionsOnASingleLine: Inline
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
BinPackParameters: false
CommentPragmas: NOLINT:.*
DerivePointerAlignment: false
PointerAlignment: Left
TabWidth: 2