From ba9c0ba84ae9bd0471efe367772f367e3b58715e Mon Sep 17 00:00:00 2001 From: Sai Kishor Kothakota Date: Sun, 28 May 2023 08:32:55 +0200 Subject: [PATCH] enable ReflowComments to also use ColumnLimit on comments --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index 9c21e1e17c..698bda7da8 100644 --- a/.clang-format +++ b/.clang-format @@ -10,6 +10,6 @@ ConstructorInitializerIndentWidth: 0 ContinuationIndentWidth: 2 DerivePointerAlignment: false PointerAlignment: Middle -ReflowComments: false +ReflowComments: true IncludeBlocks: Preserve ...