Files
hot-step-cpp-ROCm/engine/format.sh
T
2026-08-16 18:24:52 +07:00

4 lines
113 B
Bash

#!/bin/bash
find . -name "*.cpp" -o -name "*.h" | grep -v -e build/ -e ggml/ -e vendor/ | xargs clang-format -i