Files

3 lines
119 B
Bash
Executable File

#!/bin/bash
find include libc src -name '*.h' -o -name '*.c' -o -name '*.hpp' -o -name '*.cpp' | xargs clang-format -i