Format target with default style as of clang-format version 19.1.0 (Fedora 19.1.0-1.fc41)

This commit is contained in:
Imbus 2024-10-28 12:12:34 +01:00
parent 641a73c377
commit 0f6006b656

View file

@ -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