To format all files in the foo/bar/ folder recursively:
foo/bar/
find foo/bar/ -iname *.h -o -iname *.cpp | xargs clang-format -i