From 4ae90f906bc9ac039102798660f3372ff7e0cc8d Mon Sep 17 00:00:00 2001 From: talksik Date: Sat, 12 Apr 2025 12:47:19 -0700 Subject: [PATCH] style: add format command --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..82a17f1 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ + +.PHONY: format +format: + find ./ -type f -name "*.qml" -exec ${HOME}/Qt/6.8.3/macos/bin/qmlformat -i {} +