midas/format.sh
2026-05-10 07:03:11 +09:00

2 lines
121 B
Bash
Executable file

#!/bin/sh
clang-format --verbose -i pmake.js `find src "(" -name "*.c" -or -name "*.h" ")" -and -not -path "src/icon/*"`