From b5a2bb3fe088bc34e917bc239532d36647cdd0e6 Mon Sep 17 00:00:00 2001 From: quadbyte Date: Sat, 9 Aug 2025 12:53:17 -0400 Subject: [PATCH] qmlfmt --- Bin/run-qmlfmt.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 Bin/run-qmlfmt.sh 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