Skip to content

Add QML Formatter

Akseli Lahtinen requested to merge work/akselmo/qml-formatting into master

Invokes qmlformat command for qml files.

It seems that qmlformat does not format a file if it sees errors in it, but language server should be able to catch those errors so i dont think we have to worry for that in here.

Merge request reports