jesperhh / qmlfmt

qmlfmt - command line application that formats QML files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Indent with tabs

jhasse opened this issue · comments

Is it possible to configure qmlfmt so that it uses tabs for indention?

Unfortunately, this is not currently possible, qmtfmt uses the qml formatter from Qt Creator, which does not support tabs instead of spaces - what Qt Creator does instead is to first format the qml with spaces, and then another code path converts the spaces to tabs.

When time permits, I will see if I can integrate the spaces to tabs conversion to qmlfmt.