diff --git a/Bin/run-qmlfmt.sh b/Bin/run-qmlfmt.sh new file mode 100755 index 0000000..f9aaa46 --- /dev/null +++ b/Bin/run-qmlfmt.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env bash + +# Uses: https://github.com/jesperhh/qmlfmt +# Can be installed from AUR "qmlfmt-git" +# Requires qt6-5compat + +find . -name "*.qml" -exec qmlfmt -t 2 -i 2 -w {} \; \ No newline at end of file