Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
6.10
-
None
Description
Even after https://bugreports.qt.io/browse/QTBUG-131386 was fixed, there are still more places where extra spaces get inserted in the user's code.
QtObject /**/ {}
becomes
QtObject /**/ {}
see Binding::preCodeForName(QStringView n)
More such cases exist.
Attachments
Issue Links
- resulted from
-
QTBUG-131386 qmlformat inserts a new space after block comment on file save
- Closed