nfgen/format.sh
2026-01-24 12:50:06 -05:00

3 lines
114 B
Bash
Executable file

#!/bin/bash
find . -regex '.*\.\(c\|h\)' -not -path "./CMakeFiles/*" -exec clang-format -i --sort-includes {} \;