mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-24 21:42:51 -05:00
5 lines
118 B
Bash
Executable File
5 lines
118 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# https://github.com/jesperhh/qmlfmt
|
|
find . -name "*.qml" -exec qmlfmt -t 4 -i 4 -b 250 -w {} \;
|