2 lines
90 B
Makefile
2 lines
90 B
Makefile
format:
|
|
find . -regex '.*\.\(c\|cpp\|cc\|cxx\|h\|hpp\|hh\|hxx\)' -exec clang-format {} +
|