_clang-format: set ReflowComments to false

This causes issues with incorrect indentation of comments, as explained
in the linked bug report.

Task-number: QTCREATORBUG-30304
Pick-to: 6.9 6.8 6.5
Change-Id: I6951bc7bf42990b8671cf99b04b8ca7bed1d24cb
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
(cherry picked from commit ed1fb09b63)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Mitch Curtis
2025-09-18 15:22:41 +08:00
committed by Qt Cherry-pick Bot
parent d7a082f08d
commit 156b753fc5

View File

@@ -104,6 +104,9 @@ AlignEscapedNewlines: Left
# initializer list in list-initialization.
SpaceBeforeCpp11BracedList: false
# This indents comments weirdly: QTCREATORBUG-30304
ReflowComments: false
---
# Use the Google-based style for .proto files.
Language: Proto