Skip to content

Commit

Permalink
Changes ColumnLimit to 100.
Browse files Browse the repository at this point in the history
  • Loading branch information
lexicalunit committed Aug 17, 2016
1 parent b9fb7fd commit 0a5ff48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clang-format
Expand Up @@ -38,7 +38,7 @@ BreakBeforeTernaryOperators: true
BreakConstructorInitializersBeforeComma: true
BreakAfterJavaFieldAnnotations: false
BreakStringLiterals: true
ColumnLimit: 120
ColumnLimit: 100
CommentPragmas: '^ IWYU pragma:'
ConstructorInitializerAllOnOneLineOrOnePerLine: false
ConstructorInitializerIndentWidth: 4
Expand Down

0 comments on commit 0a5ff48

Please sign in to comment.