OSDN Git Service

Add 100 column limit to .clang-format.
authorJosh Gao <jmgao@google.com>
Wed, 11 Nov 2015 22:21:09 +0000 (14:21 -0800)
committerJosh Gao <jmgao@google.com>
Wed, 11 Nov 2015 22:21:09 +0000 (14:21 -0800)
Change-Id: I3c3fa5e61cfb2af7f2888dcee56229692ec1479c

.clang-format

index ea19538..9b7478c 100644 (file)
@@ -2,6 +2,7 @@ BasedOnStyle: Google
 AllowShortBlocksOnASingleLine: false
 AllowShortFunctionsOnASingleLine: false
 
+ColumnLimit: 100
 CommentPragmas: NOLINT:.*
 DerivePointerAlignment: false
 IndentWidth: 2