add validation tools
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
. "$(dirname "$0")/isTopLevel.sh"
|
||||
|
||||
for f in $(git ls-files | grep -E '.*\.(cc|h)$'); do
|
||||
echo "formatting ${f}"
|
||||
clang-format -i "${f}"
|
||||
done
|
||||
Reference in New Issue
Block a user