commit | ecf42a05e85dd6ab890a2baf83370e9085a029c5 | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Thu Feb 18 23:00:51 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Feb 18 23:00:51 2016 +0000 |
tree | 4fa51836aee761402198dfa11fdc4e2ae1dff8da | |
parent | 7845de6e9ad8210621abda5d6b21bf159212a455 [diff] | |
parent | 9bcaa75cdc4208a881aaa171fff9cc47214c1363 [diff] |
Merge "adb: fix clang-format for access modifier dedent."
diff --git a/adb/.clang-format b/adb/.clang-format index 6737535..fc4eb1b 100644 --- a/adb/.clang-format +++ b/adb/.clang-format
@@ -2,6 +2,7 @@ AllowShortBlocksOnASingleLine: false AllowShortFunctionsOnASingleLine: false +AccessModifierOffset: -2 ColumnLimit: 100 CommentPragmas: NOLINT:.* DerivePointerAlignment: false