diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2021-02-09 00:09:36 +0100 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2021-02-09 00:09:36 +0100 |
commit | b8a9a0aef57c387b96503b7d8ee9b08bb2d35999 (patch) | |
tree | 81ce468c40f96db820df8ea2fb705e4fc5e69886 /Makefile | |
parent | 82ee9e4e415c60410980c1adb0bfb74dd1571fc2 (diff) |
[style] qmlfmt ftw
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -262,6 +262,10 @@ clean: qmllint: @qmllint gui/qml/*.qml +qmlfmt: + # needs https://github.com/jesperhh/qmlfmt in your path + @qmlfmt -w gui/qml/*.qml + test: @go test -tags "integration $(TAGS)" ./pkg/... |