Files
omnivoice-cpp/format.sh
T
2026-07-05 18:11:23 +07:00

4 lines
113 B
Bash
Executable File

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