1#!/bin/sh
2
3clang-format \
4    -style=file \
5    -i \
6    src/*.c \
7    src/*.h
8