sj4/format.sh
2026-06-19 01:49:53 +09:00

2 lines
87 B
Bash
Executable file

#!/bin/sh
clang-format --verbose -i `find src lib include -name "*.c" -or -name "*.h"`