summaryrefslogtreecommitdiffstats
path: root/fmt.sh
blob: b39dcc14842d5ec5cb0d601bf18f222958a0fff0 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

clang-format \
    -style=file \
    -i \
    src/*.c \
    src/dnswire/*.h \
    src/test/*.c \
    examples/*.c