adb: add 100 column limit to .clang-format.

Change-Id: I7d96a6d505d2ddd92ffe7ad12ffc777c03c63caf
This commit is contained in:
Josh Gao 2015-11-11 14:16:07 -08:00
parent ae0f53cf69
commit 32b24cfb5f
1 changed files with 1 additions and 0 deletions

View File

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