Formatting makefile
This commit is contained in:
parent
f9f3674fde
commit
744d0f7a3a
1 changed files with 2 additions and 0 deletions
2
Makefile
Normal file
2
Makefile
Normal file
|
@ -0,0 +1,2 @@
|
|||
format:
|
||||
find . -regex '.*\.\(c\|cpp\|cc\|cxx\|h\|hpp\|hh\|hxx\)' -exec clang-format {} +
|
Loading…
Reference in a new issue