aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/external/metalang99/scripts/fmt.sh
blob: 5f550b6f6d27e26e63891d8a74df483d752e6cae (plain) (blame)
1
2
3
4
5
#!/bin/bash

find include tests examples bench \
    \( -path examples/build -o -path tests/build \) -prune -false -o \
    \( -iname "*.h" \) -or \( -iname "*.c" \) | xargs clang-format -i