Merge "adb: fix clang-format for access modifier dedent."

am: d5126ddf71

* commit 'd5126ddf7119461d1dbd549f832bfb944f109225':
  adb: fix clang-format for access modifier dedent.
This commit is contained in:
Josh Gao 2016-02-18 23:08:20 +00:00 committed by android-build-merger
commit 728da79e9c

View file

@ -2,6 +2,7 @@ BasedOnStyle: Google
AllowShortBlocksOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
AccessModifierOffset: -2
ColumnLimit: 100
CommentPragmas: NOLINT:.*
DerivePointerAlignment: false