Merge pull request #16998 from FRRouting/mergify/bp/stable/9.1/pr-16934

*: Modify clang-format column limit to 100 (backport #16934)
This commit is contained in:
Donald Sharp 2024-10-04 07:41:46 -04:00 committed by GitHub
commit 18e2590772
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