run clang-format
This commit is contained in:
parent
71385a1fd5
commit
80d2ed5180
4 changed files with 28 additions and 19 deletions
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
find . -regex '.*\.\(c\|h\)' -exec clang-format -i --sort-includes {} \;
|
||||
find . -regex '.*\.\(c\|h\)' -not -path "./CMakeFiles/*" -exec clang-format -i --sort-includes {} \;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue