-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 2.2.0
-
None
-
90a44ab1df3eec37b02502e4bc51edfac984c25e
The indenter is working with QtQuick import without much issue.
But as soon as you use your own component, or import QtQuick as QML for example, it doesn't work anymore.
You'll find attached an example file, with the indentation I expect (maybe one more tab after the delegate: and model:, but it's no big deal).
Open the file in Qt Creator, select all and then call auto-indent (Ctrl+I): the file is un-readable.