qmlfmt
This commit is contained in:
parent
821b4e8cad
commit
b5a2bb3fe0
1 changed files with 7 additions and 0 deletions
7
Bin/run-qmlfmt.sh
Executable file
7
Bin/run-qmlfmt.sh
Executable file
|
|
@ -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 {} \;
|
||||
Loading…
Add table
Add a link
Reference in a new issue