mdebase/format.sh

3 lines
110 B
Bash
Raw Normal View History

2025-11-17 18:20:36 +09:00
#!/bin/sh
DIRS="include milkwm mdm mpanel"
clang-format --verbose -i `find $DIRS -name "*.c" -or -name "*.h"`