Merge "metricsd: Add clang format config."

am: 1462c78c9c

* commit '1462c78c9cb1b4ee8d6b68b33fa7be64d6b9fbd4':
  metricsd: Add clang format config.
This commit is contained in:
Bertrand Simonnet 2015-12-02 22:45:22 +00:00 committed by android-build-merger
commit 1706e278b0
1 changed files with 9 additions and 0 deletions

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