sj4/format.sh

2 lines
87 B
Bash
Raw Normal View History

2026-06-19 01:49:53 +09:00
#!/bin/sh
clang-format --verbose -i `find src lib include -name "*.c" -or -name "*.h"`