Merge pull request #16997 from FRRouting/mergify/bp/stable/10.0/pr-16934

*: Modify clang-format column limit to 100 (backport #16934)
This commit is contained in:
Donald Sharp 2024-10-04 07:41:27 -04:00 committed by GitHub
commit f70eb54f94
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -54,7 +54,7 @@ BreakConstructorInitializersBeforeComma: false
BreakConstructorInitializers: BeforeComma BreakConstructorInitializers: BeforeComma
BreakAfterJavaFieldAnnotations: false BreakAfterJavaFieldAnnotations: false
BreakStringLiterals: false BreakStringLiterals: false
ColumnLimit: 80 ColumnLimit: 100
# Linux: CommentPragmas: '^ IWYU pragma:' # Linux: CommentPragmas: '^ IWYU pragma:'
CommentPragmas: '\$(FRR|clippy)' CommentPragmas: '\$(FRR|clippy)'
CompactNamespaces: false CompactNamespaces: false