mirror of
https://github.com/h2o/h2o.git
synced 2025-04-20 09:00:46 +08:00
5 lines
133 B
Bash
Executable File
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 $?
|