Merge "Add 100 column limit to .clang-format."

This commit is contained in:
Josh Gao 2015-11-11 22:22:59 +00:00 committed by Gerrit Code Review
commit b03e6bf924

View File

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