From 0f6006b656397f943e4075dc5774b9dc10d42a8c Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Mon, 28 Oct 2024 12:12:34 +0100 Subject: [PATCH] Format target with default style as of clang-format version 19.1.0 (Fedora 19.1.0-1.fc41) --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index e45edf9..95d9470 100644 --- a/Makefile +++ b/Makefile @@ -55,3 +55,6 @@ format: clean: rm -f $(OBJS) $(TARGET).elf $(TARGET).hex +# Format source and headers +format: + find . -iname "*.[ch]" | xargs clang-format -i