#!/bin/bash

git ls-files | grep '\.[ch]$' | xargs clang-format -i
