Formatting makefile

This commit is contained in:
Imbus 2024-11-20 17:47:12 +01:00
parent f9f3674fde
commit 744d0f7a3a

2
Makefile Normal file
View file

@ -0,0 +1,2 @@
format:
find . -regex '.*\.\(c\|cpp\|cc\|cxx\|h\|hpp\|hh\|hxx\)' -exec clang-format {} +