clang-format: don't reflow comments

This commit is contained in:
Jeremy Baxter 2024-03-12 12:05:59 +13:00
parent 784fd5e787
commit c87a8b03aa

View file

@ -75,7 +75,7 @@ PenaltyBreakTemplateDeclaration: 10
PenaltyExcessCharacter: 1000000
PenaltyReturnTypeOnItsOwnLine: 60
PointerAlignment: Right
ReflowComments: true
ReflowComments: false
SortIncludes: CaseInsensitive
SpaceAfterCStyleCast: false
SpaceAfterLogicalNot: false