Add scripts for running clang-format
This commit is contained in:
3
scripts/clang-format
Executable file
3
scripts/clang-format
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
find . -type f -a '(' -name '*.c' -o -name '*.h' ')' | xargs clang-format -i
|
||||
Reference in New Issue
Block a user