midas/format.sh

2 lines
121 B
Bash
Raw Normal View History

2026-05-10 07:03:11 +09:00
#!/bin/sh
clang-format --verbose -i pmake.js `find src "(" -name "*.c" -or -name "*.h" ")" -and -not -path "src/icon/*"`