From 5e963a4fe58ccb0834d955a793d25774e84be35b Mon Sep 17 00:00:00 2001
From: Martin Hierholzer <martin.hierholzer@desy.de>
Date: Wed, 27 Jul 2022 15:27:59 +0200
Subject: [PATCH] project-template: update clang-format (ReflowComments)

---
 .clang-format | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.clang-format b/.clang-format
index 0fdbceb..f2e8007 100644
--- a/.clang-format
+++ b/.clang-format
@@ -53,7 +53,7 @@ PenaltyBreakString: '10000'
 PenaltyExcessCharacter: '700'
 PenaltyReturnTypeOnItsOwnLine: '500'
 PointerAlignment: Left
-ReflowComments: 'false'
+ReflowComments: 'true'
 SortIncludes: 'false'
 SortUsingDeclarations: 'false'
 SpaceAfterCStyleCast: 'false'
-- 
GitLab