Merge "metricsd: Add clang format config."
am: 1462c78c9c
* commit '1462c78c9cb1b4ee8d6b68b33fa7be64d6b9fbd4':
metricsd: Add clang format config.
This commit is contained in:
commit
1706e278b0
|
@ -0,0 +1,9 @@
|
|||
BasedOnStyle: Google
|
||||
AllowShortFunctionsOnASingleLine: Inline
|
||||
AllowShortIfStatementsOnASingleLine: false
|
||||
AllowShortLoopsOnASingleLine: false
|
||||
BinPackParameters: false
|
||||
CommentPragmas: NOLINT:.*
|
||||
DerivePointerAlignment: false
|
||||
PointerAlignment: Left
|
||||
TabWidth: 2
|
Loading…
Reference in New Issue