Merge "metricsd: Add clang format config." am: 1462c78c9c
am: 1706e278b0
* commit '1706e278b0115446c969dd1c8ef5af4ad87931a0':
metricsd: Add clang format config.
This commit is contained in:
commit
761443e0c5
1 changed files with 9 additions and 0 deletions
9
metricsd/.clang-format
Normal file
9
metricsd/.clang-format
Normal file
|
@ -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 a new issue