Qt 6.11 is out! See what's new in the release
blog
QtCreator QML formatter does not respect tab/space indentation settings
-
I am trying to indent my QML files with tabs. In QtCreator settings (QtQuick section) I created a custom profile that uses "only tabulation" with a size of 4. The preview is correct and uses tabulations.
When I code, my Tab key adds tabulations so that works, but when I launch the QML/JS reformatter all my tabs are replaced with spaces. Am I missing something or is it a bug?
-
Looks like a bug to me, please report it.