Merge "adb: fix clang-format for access modifier dedent."
This commit is contained in:
commit
d5126ddf71
|
@ -2,6 +2,7 @@ BasedOnStyle: Google
|
|||
AllowShortBlocksOnASingleLine: false
|
||||
AllowShortFunctionsOnASingleLine: false
|
||||
|
||||
AccessModifierOffset: -2
|
||||
ColumnLimit: 100
|
||||
CommentPragmas: NOLINT:.*
|
||||
DerivePointerAlignment: false
|
||||
|
|
Loading…
Reference in New Issue