mdelibs/format.sh

3 lines
96 B
Bash
Raw Normal View History

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