Skip to content

Commit

Permalink
Enlarging -ColumnLimit to 200 characters
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmocuz committed Nov 10, 2020
1 parent d4bfea4 commit cbb5723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clang-format
Expand Up @@ -50,7 +50,7 @@ BreakConstructorInitializersBeforeComma: false
BreakConstructorInitializers: BeforeComma
BreakAfterJavaFieldAnnotations: false
BreakStringLiterals: true
ColumnLimit: 140
ColumnLimit: 200
CommentPragmas: '^ IWYU pragma:'
CompactNamespaces: false
ConstructorInitializerAllOnOneLineOrOnePerLine: false
Expand Down

0 comments on commit cbb5723

Please sign in to comment.