Merge "metricsd: Add clang format config."

This commit is contained in:
Bertrand Simonnet 2015-12-02 22:31:33 +00:00 committed by Gerrit Code Review
commit 1462c78c9c

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