#!/bin/sh
git ls-files -- ':!vendor/' | grep -E '\.(c|h)$' | xargs clang-format -i
