From 2eb822c5e0162e15ba131333f8fbcdfc709e51b5 Mon Sep 17 00:00:00 2001 From: Jens Georg Date: Thu, 4 Aug 2022 19:44:18 +0200 Subject: clang-format: Do not reflow comments This breaks GObject property annotations --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index 6f71ff4..aa21cfc 100644 --- a/.clang-format +++ b/.clang-format @@ -104,7 +104,7 @@ PenaltyBreakTemplateDeclaration: 10 PenaltyExcessCharacter: 1000000 PenaltyReturnTypeOnItsOwnLine: 200 PointerAlignment: Right -ReflowComments: true +ReflowComments: false SortIncludes: true SortUsingDeclarations: true SpaceAfterCStyleCast: true -- cgit v1.2.1