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

This commit is contained in:
Josh Gao 2016-02-18 23:00:51 +00:00 committed by Gerrit Code Review
commit d5126ddf71
1 changed files with 1 additions and 0 deletions

View File

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