9 lines
125 B
Bash
Executable file
9 lines
125 B
Bash
Executable file
#!/bin/sh
|
|
|
|
clang-format \
|
|
-style=file \
|
|
-i \
|
|
src/*.c \
|
|
src/dnswire/*.h \
|
|
src/test/*.c \
|
|
examples/*.c
|