5 lines
106 B
Makefile
5 lines
106 B
Makefile
|
|
.PHONY: format
|
|
format:
|
|
find ./ -type f -name "*.qml" -exec ${HOME}/Qt/6.8.3/macos/bin/qmlformat -i {} +
|