summaryrefslogtreecommitdiffstats
path: root/web/server/h2o/libh2o/misc/clang-format-all.sh
blob: aaf606c3c3d63145a5f551902995bbca3d4357a4 (plain)
1
2
3
4
#! /bin/sh

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