diff --git a/adb/.clang-format b/adb/.clang-format index 673753525..fc4eb1bc0 100644 --- a/adb/.clang-format +++ b/adb/.clang-format @@ -2,6 +2,7 @@ BasedOnStyle: Google AllowShortBlocksOnASingleLine: false AllowShortFunctionsOnASingleLine: false +AccessModifierOffset: -2 ColumnLimit: 100 CommentPragmas: NOLINT:.* DerivePointerAlignment: false