File: fmt.sh

package info (click to toggle)
dnswire 0.4.0-13
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 552 kB
  • sloc: ansic: 3,615; makefile: 146; sh: 71
file content (9 lines) | stat: -rwxr-xr-x 125 bytes parent folder | download | duplicates (3)
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