[gssdp/wip/property-cleanup: 2/5] clang-format: Do not reflow comments




commit 2eb822c5e0162e15ba131333f8fbcdfc709e51b5
Author: Jens Georg <mail jensge org>
Date:   Thu Aug 4 19:44:18 2022 +0200

    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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]