pokeheartgold/format.sh

5 lines
142 B
Bash
Raw Normal View History

2024-08-30 21:46:38 +00:00
#!/bin/sh
set -e
2024-09-05 01:58:25 +00:00
find src include \( -name "*.c" -or -name "*.cpp" -or -name "*.h" -or -name "*.hpp" \) -exec clang-format -i --verbose {} +