feat: clang format options added on makefile and docker image for archlinux

This commit is contained in:
Guilherme Daher
2026-08-13 08:56:48 -03:00
parent 1039ed8ee2
commit ca46b9321f
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -27,5 +27,10 @@ test-detailed:
meson test -C build --verbose --print-errorlogs --test-args='--reporter console -s'
.PHONY: test-detailed
format:
git diff --name-only --diff-filter=ACMR | \
grep -E '\.(c|h|cpp|hpp)$$' | \
xargs -r clang-format -i
clean:
rm -rf build