Skip to content

Commit

Permalink
STYLE: make column limit more stringent in the examples
Browse files Browse the repository at this point in the history
  • Loading branch information
dzenanz committed May 14, 2020
1 parent 355c6cb commit 0b970d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/.clang-format
Expand Up @@ -72,7 +72,7 @@ BreakConstructorInitializers: BeforeComma
BreakAfterJavaFieldAnnotations: false
BreakStringLiterals: true
## The following line uses shorter lines in documentation code
ColumnLimit: 88
ColumnLimit: 78
CommentPragmas: '^ IWYU pragma:'
CompactNamespaces: false
ConstructorInitializerAllOnOneLineOrOnePerLine: false
Expand Down

0 comments on commit 0b970d8

Please sign in to comment.