h2o/misc/clang-format-all.sh

5 lines
133 B
Bash
Executable File

#! /bin/sh
exec clang-format -i $(git ls-files | egrep -v '(^deps/|/_|^handler/mimemap/defaults\.c\.h)' | egrep '\.(c|h)$')
exit $?