diff --git a/tools/reformat b/tools/reformat new file mode 100755 index 0000000..8df8bcf --- /dev/null +++ b/tools/reformat @@ -0,0 +1,3 @@ +#!/bin/bash + +find -name \*.cc -or -name \*.h |xargs clang-format -i