commit | 9fcf234a15f09512a53f06ad83b95a6eea40985e | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Wed Nov 11 14:16:07 2015 -0800 |
committer | Josh Gao <jmgao@google.com> | Wed Nov 11 14:16:07 2015 -0800 |
tree | 1f765cf7eb9be09ca39af0cf3409139574fcb32e | |
parent | ec44d22151d6dcba3ecb40d9fc2ff3950afc7d85 [diff] [blame] |
adb: add 100 column limit to .clang-format. Change-Id: I7d96a6d505d2ddd92ffe7ad12ffc777c03c63caf
diff --git a/.clang-format b/.clang-format index 0395c8e..6737535 100644 --- a/.clang-format +++ b/.clang-format
@@ -2,6 +2,7 @@ AllowShortBlocksOnASingleLine: false AllowShortFunctionsOnASingleLine: false +ColumnLimit: 100 CommentPragmas: NOLINT:.* DerivePointerAlignment: false IndentWidth: 4