Details
-
Suggestion
-
Resolution: Unresolved
-
P4: Low
-
6.4.2
Description
It would be nice of qmlformat have mechanism to set number of characters in a line for line wrapping for code within QML and once that character limit hits it should insert a line break so that it will not exceed the character limit.
Also it would be great if have some feature to being able to specify the number of spaces between blocks, so that following can be formatted
QtObject { id: d } ListModel { }
and looks as following with a 1 line break after each Component block:
QtObject { id: d } ListModel { } ListModel { }
Attachments
Issue Links
- relates to
-
QTBUG-113590 Add support for column width and line break in qmlformat
- In Progress