Files
ORB_SLAM3_Win/Thirdparty/Sophus/run_format.sh
2022-01-20 20:20:08 +02:00

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