Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
6.8
-
None
Description
When adding // to a JS object, the trailing ";" will be moved inside the braces.
For example this lines:
property var a: { a, b, c }; //comments
Will be formatted to:
property var a: { a, b, c; } //comments
Attachments
Issue Links
- relates to
-
QTBUG-123386 QmlFormat. Incorrect handling of some comments
-
- In Progress
-