-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
6.9.1
If I run qmlformat --normalize on the following file:
import QtQuick
Item {
id: myItem
}
it is formatted to this:
import QtQuick
Item {
id: myItem
}
The extra newline seems redundant to me.