summaryrefslogtreecommitdiffstats
path: root/adb/.clang-format
diff options
context:
space:
mode:
authorJosh Gao <jmgao@google.com>2015-11-11 14:16:07 -0800
committerJosh Gao <jmgao@google.com>2015-11-11 14:16:07 -0800
commit32b24cfb5f721ed1cd79d42403cb9afed5b4fd9a (patch)
tree35a534c90c5394555ca168e65f0063fd341baf34 /adb/.clang-format
parentae0f53cf698b76554751c1015596f75c3ca3edcf (diff)
downloadcore-32b24cfb5f721ed1cd79d42403cb9afed5b4fd9a.tar.gz
core-32b24cfb5f721ed1cd79d42403cb9afed5b4fd9a.tar.bz2
core-32b24cfb5f721ed1cd79d42403cb9afed5b4fd9a.zip
adb: add 100 column limit to .clang-format.
Change-Id: I7d96a6d505d2ddd92ffe7ad12ffc777c03c63caf
Diffstat (limited to 'adb/.clang-format')
-rw-r--r--adb/.clang-format1
1 files changed, 1 insertions, 0 deletions
diff --git a/adb/.clang-format b/adb/.clang-format
index 0395c8ec3..673753525 100644
--- a/adb/.clang-format
+++ b/adb/.clang-format
@@ -2,6 +2,7 @@ BasedOnStyle: Google
AllowShortBlocksOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
+ColumnLimit: 100
CommentPragmas: NOLINT:.*
DerivePointerAlignment: false
IndentWidth: 4