commit | 9231c496b08c248e19ad3fad789402fad874b4fd | [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 | 35a534c90c5394555ca168e65f0063fd341baf34 | |
parent | 6268f0076432ec13b9089eb84a97fef191e2db5f [diff] |
adb: add 100 column limit to .clang-format. Change-Id: I7d96a6d505d2ddd92ffe7ad12ffc777c03c63caf
diff --git a/adb/.clang-format b/adb/.clang-format index 0395c8e..6737535 100644 --- a/adb/.clang-format +++ b/adb/.clang-format
@@ -2,6 +2,7 @@ AllowShortBlocksOnASingleLine: false AllowShortFunctionsOnASingleLine: false +ColumnLimit: 100 CommentPragmas: NOLINT:.* DerivePointerAlignment: false IndentWidth: 4