mirror of
git://code.qt.io/qt/qt5.git
synced 2025-12-21 07:28:21 +08:00
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:
@@ -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
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user