Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
6.5.1, 6.7.0
-
08667fa4a (dev), f856348cd (6.6), 0ecf823b9 (6.5)
Description
Example file:
import QtQuick
Item {
NumberAnimation on x {
}
}
After running qmlformat -i:
import QtQuick
Item {
NumberAnimation on x {
}
}
Note the two spaces after x. As we usually only use one space, this looks like a bug.