mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-04-03 20:32:07 -04:00
Systematic cleanup and qmlfmt of all services
- qmlfmt kinda sucks but it's what qt creator uses
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# https://github.com/jesperhh/qmlfmt
|
||||
find . -name "*.qml" -exec qmlfmt -t 4 -i 4 -w {} \;
|
||||
find . -name "*.qml" -exec qmlfmt -t 4 -i 4 -b 250 -w {} \;
|
||||
|
||||
Reference in New Issue
Block a user