Open AnushaPulichintha opened 2 years ago
I've the same problem. Every property-entry increases the indent:
ScrollView {
id: scroller
property color borderColor: "steelblue"
property int borderWidth: 5
ListView {
model: 20
delegate: ItemDelegate {
text: "Item " + index
required property int index
}
}
}
same problem!
same problem!
same problem: but only observed when the property keyword is followed by the alias keyword
same problem +1
This issue was created in the last couple updates. Rolling back to version 1.3.0 solved this issue.
To roll back, download the qml-formatter-1.3.0.vsix
file found in the /extensions/
folder. Then use Shift + Alt + P to open the command pallet and find "Extensions: Install by Vsix..."
and select the file.
Same thing here, i hope there's a fix soon
Hello, Here is the simple qml item with
property
After formatting
is there any way to turn off the formatting for this single file ? Thank you !!