1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-06 05:25:41 -05:00
Files
DankMaterialShell/qmlformat-all.sh
bbedward 4d408c65f2 replace qmlformat with a better tool
still not perfect, but well - what can ya do
2025-08-08 15:55:37 -04:00

5 lines
111 B
Bash
Executable File

#!/usr/bin/env bash
# https://github.com/jesperhh/qmlfmt
find . -name "*.qml" -exec qmlfmt -t 2 -i 2 -w {} \;