mdebase/format.sh
2025-11-17 18:20:44 +09:00

3 lines
110 B
Bash
Executable file

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