pokediamond/format.sh
2024-09-30 18:18:30 +01:00

5 lines
214 B
Bash

#!/bin/sh
set -e
find arm9 include -not \( -path arm9/lib -prune \) -not \( -path include/nitro -prune \) \( -name "*.c" -or -name "*.cpp" -or -name "*.h" -or -name "*.hpp" \) -exec clang-format -i --verbose {} +