Files
yq_2026_duo/wust_vision-main/format.sh
2026-03-27 03:41:42 +08:00

4 lines
169 B
Bash
Executable File

find . -path ./build -prune -o \
-type f \( -name '*.h' -o -name '*.hpp' -o -name '*.c' -o -name '*.cu' -o -name '*.cpp' \) \
-exec clang-format -i {} +