commit | b03e6bf9247bb36162b9f4c61d07e488a18e126c | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Wed Nov 11 22:22:59 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Nov 11 22:22:59 2015 +0000 |
tree | 38583efddf0825c66eb6bff0f1b7b3f6b9609d01 | |
parent | ffe5c24c8693f1f4fc8edb68075fb36df558b801 [diff] | |
parent | 615f3aa8b4e40a90fe824d77c4d1029932de2e4b [diff] |
Merge "Add 100 column limit to .clang-format."
diff --git a/.clang-format b/.clang-format index ea19538..9b7478c 100644 --- a/.clang-format +++ b/.clang-format
@@ -2,6 +2,7 @@ AllowShortBlocksOnASingleLine: false AllowShortFunctionsOnASingleLine: false +ColumnLimit: 100 CommentPragmas: NOLINT:.* DerivePointerAlignment: false IndentWidth: 2