Skip to content

Commit

Permalink
Merge pull request FRRouting#16996 from FRRouting/mergify/bp/stable/1…
Browse files Browse the repository at this point in the history
…0.1/pr-16934

*: Modify clang-format column limit to 100 (backport FRRouting#16934)
  • Loading branch information
Jafaral authored Oct 4, 2024
2 parents 9f83571 + c8ef27e commit 086d067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ BreakConstructorInitializersBeforeComma: false
BreakConstructorInitializers: BeforeComma
BreakAfterJavaFieldAnnotations: false
BreakStringLiterals: false
ColumnLimit: 80
ColumnLimit: 100
# Linux: CommentPragmas: '^ IWYU pragma:'
CommentPragmas: '\$(FRR|clippy)'
CompactNamespaces: false
Expand Down

0 comments on commit 086d067

Please sign in to comment.