diff --git a/.clang-format b/.clang-format index c48c991..13dda45 100644 --- a/.clang-format +++ b/.clang-format @@ -75,7 +75,7 @@ PenaltyBreakTemplateDeclaration: 10 PenaltyExcessCharacter: 1000000 PenaltyReturnTypeOnItsOwnLine: 60 PointerAlignment: Right -ReflowComments: true +ReflowComments: false SortIncludes: CaseInsensitive SpaceAfterCStyleCast: false SpaceAfterLogicalNot: false