ORB-SLAM3/Thirdparty/Sophus/run_format.sh

2 lines
153 B
Bash

find . -type d \( -path ./py -o -path ./doxyrest_b -o -path "./*/CMakeFiles/*" \) -prune -o -iname *.hpp -o -iname *.cpp -print | xargs clang-format -i