1
0
Fork 0
dnswire/fmt.sh

10 lines
125 B
Bash
Raw Normal View History

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