pantonante
3/23/2018 - 10:19 PM

Format all C/C++ files recursively

To format all files in the foo/bar/ folder recursively:

find foo/bar/ -iname *.h -o -iname *.cpp | xargs clang-format -i