noctalia-shell/Bin/run-qmlfmt.sh
2025-08-10 14:49:43 -04:00

7 lines
No EOL
198 B
Bash
Executable file

#!/usr/bin/env bash
# Uses: https://github.com/jesperhh/qmlfmt
# Can be installed from AUR "qmlfmt-git"
# Requires qt6-5compat
find . -name "*.qml" -print -exec qmlfmt -e -b 120 -t 2 -i 2 -w {} \;