tools: Add a small reformatting tool to ease the burden

This commit is contained in:
June Tate-Gans 2021-04-25 20:13:25 -05:00
parent 73f10be688
commit 234b5aac7f

3
tools/reformat Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
find -name \*.cc -or -name \*.h |xargs clang-format -i