adb: add 100 column limit to .clang-format.
Change-Id: I7d96a6d505d2ddd92ffe7ad12ffc777c03c63caf
This commit is contained in:
parent
ae0f53cf69
commit
32b24cfb5f
|
@ -2,6 +2,7 @@ BasedOnStyle: Google
|
|||
AllowShortBlocksOnASingleLine: false
|
||||
AllowShortFunctionsOnASingleLine: false
|
||||
|
||||
ColumnLimit: 100
|
||||
CommentPragmas: NOLINT:.*
|
||||
DerivePointerAlignment: false
|
||||
IndentWidth: 4
|
||||
|
|
Loading…
Reference in New Issue