Details
-
Bug
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
Qt Creator 8.0.1, Qt Creator 9.0.0
-
None
Description
When you have functions that define types / return types in order to avoid qmllint complaining about qualified access like one of those in a qml file,
function returnSomething(value: real): real { return value; }
indentation following each of these functions is one level too deep.
This applies to the auto indentation when pressing enter after the curly bracket, but also does when reformatting using CTRL + I