Format target with default style as of clang-format version 19.1.0 (Fedora 19.1.0-1.fc41)
This commit is contained in:
parent
641a73c377
commit
0f6006b656
1 changed files with 3 additions and 0 deletions
3
Makefile
3
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
|
||||
|
|
Loading…
Add table
Reference in a new issue