mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-05 05:48:08 +00:00
8 lines
202 B
Bash
Executable File
8 lines
202 B
Bash
Executable File
#!/usr/bin/env -S 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 360 -t 2 -i 2 -w {} \;
|