tools: add more formatting config

This commit is contained in:
2026-05-11 07:28:08 +02:00
parent 97f768f65e
commit d85c5b47b6
3 changed files with 27 additions and 1 deletions
+4 -1
View File
@@ -25,6 +25,10 @@ build:
-o build/$(TARGET) \
-g -Og
.PHONY: format
format:
clang-format -i src/*
.PHONY: run
run: build
./build/$(TARGET) $(TEST_ARGS) --monitor-only --internal-size=480 --video-size=240 --hot-reload
@@ -101,4 +105,3 @@ release-arch: clean
mkdir -p build
cp PKGBUILD build
cd build && makepkg