mdelibs/format.sh
2025-11-17 18:21:02 +09:00

3 lines
96 B
Bash
Executable file

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