commit | 34668e731bb194b443bc0e6029d6d3583f08de28 | [log] [tgz] |
---|---|---|
author | Vitaly Buka <vitalybuka@google.com> | Tue Dec 15 14:46:47 2015 -0800 |
committer | Vitaly Buka <vitalybuka@google.com> | Wed Dec 16 01:32:53 2015 +0000 |
tree | 977de929eeaf54e264d1693d1a392a161ebf52f5 | |
parent | c3bc82a29cdff05d67d3b583ca0bc25df96ab382 [diff] [blame] |
Reformat Change-Id: Ia98499f9ada220151b24ecb8b60b02524d700bc4 Reviewed-on: https://weave-review.googlesource.com/1967 Reviewed-by: Vitaly Buka <vitalybuka@google.com>
diff --git a/.clang-format b/.clang-format index 685c597..cff09b2 100644 --- a/.clang-format +++ b/.clang-format
@@ -2,4 +2,7 @@ Language: Cpp # Usage: git clang-format -f m/master --style=file BasedOnStyle: Chromium +AllowShortFunctionsOnASingleLine: Inline +AllowShortIfStatementsOnASingleLine: false +AllowShortLoopsOnASingleLine: false ...