commit | b2fcd916a04e098915f008064a4b95d3c51bae06 | [log] [tgz] |
---|---|---|
author | Alex Deymo <deymo@google.com> | Tue Jan 26 02:57:34 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Jan 26 02:57:34 2016 +0000 |
tree | 6041ba486e887c2354f660257b54e4f612d3aaea | |
parent | 4192b2eea7b0ff89f074a5712c130db73e1a258f [diff] | |
parent | ad534db0e58fa8813c49a253ec2903d524fa6377 [diff] |
Merge "Add BinPackArguments: false to .clang-format"
diff --git a/metricsd/.clang-format b/metricsd/.clang-format index 65d8277..c98efc2 100644 --- a/metricsd/.clang-format +++ b/metricsd/.clang-format
@@ -2,6 +2,7 @@ AllowShortFunctionsOnASingleLine: Inline AllowShortIfStatementsOnASingleLine: false AllowShortLoopsOnASingleLine: false +BinPackArguments: false BinPackParameters: false CommentPragmas: NOLINT:.* DerivePointerAlignment: false