Skip to content
Snippets Groups Projects
Commit 5da522ec authored by Josh Gao's avatar Josh Gao
Browse files

adb: fix clang-format for access modifier dedent.

It was previously -1 (the default from Google style, since it uses 2
space indentation), instead of -2.

Change-Id: I1865505ce17a2cc13b85de58bda55c3b1dfcf08c
parent 519f9aea
Branches
Tags
No related merge requests found
......@@ -2,6 +2,7 @@ BasedOnStyle: Google
AllowShortBlocksOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
AccessModifierOffset: -2
ColumnLimit: 100
CommentPragmas: NOLINT:.*
DerivePointerAlignment: false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment