crosspoint-reader/bin/clang-format-fix

4 lines
132 B
Plaintext
Raw Permalink Normal View History

2025-12-03 22:00:29 +11:00
#!/bin/bash
find src lib \( -name "*.c" -o -name "*.cpp" -o -name "*.h" -o -name "*.hpp" \) -exec clang-format -style=file -i {} +