Fix comment in _clang-format

The previous comment referenced a specific bug report but didn't
clearly explain the intent. Replace it with a more general note
clarifying that comment reflow is disabled.

Task-number: QTCREATORBUG-30304
Pick-to: 6.5 6.8 6.9 6.10
Change-Id: I963a3585a20e089df5e5bf71b638e9fc4b15542f
Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
This commit is contained in:
Paul Wicking
2025-09-22 07:54:38 +02:00
parent 3e8edbc4ca
commit 8e70bbf9b1

View File

@@ -104,7 +104,7 @@ AlignEscapedNewlines: Left
# initializer list in list-initialization.
SpaceBeforeCpp11BracedList: false
# This indents comments weirdly: QTCREATORBUG-30304
# Do not reflow any comment
ReflowComments: false
---