commit | 1462c78c9cb1b4ee8d6b68b33fa7be64d6b9fbd4 | [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 | 1702f427b53b88d9517bb994844a9a15e02f2bba [diff] | |
parent | 0c7e29b42e26e54b77ccb84e94e6584da5d97606 [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