commit | 24707546710ce265e29d06e2ba0e7ea49021d2d4 | [log] [tgz] |
---|---|---|
author | Bertrand Simonnet <bsimonnet@google.com> | Wed Dec 02 22:31:33 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Dec 02 22:31:33 2015 +0000 |
tree | 5ee0c9938240d659cfbe02ecc052f53b872f183a | |
parent | f96c7be9a8695758eb97cbf781b31e52bdbcdf54 [diff] | |
parent | 83d372a4d9abbd32f34b32de6e364c84e0c9e3ff [diff] |
Merge "metricsd: Add clang format config."
diff --git a/metricsd/.clang-format b/metricsd/.clang-format new file mode 100644 index 0000000..65d8277 --- /dev/null +++ b/metricsd/.clang-format
@@ -0,0 +1,9 @@ +BasedOnStyle: Google +AllowShortFunctionsOnASingleLine: Inline +AllowShortIfStatementsOnASingleLine: false +AllowShortLoopsOnASingleLine: false +BinPackParameters: false +CommentPragmas: NOLINT:.* +DerivePointerAlignment: false +PointerAlignment: Left +TabWidth: 2