jansson/scripts/clang-format

4 lines
90 B
Plaintext
Raw Normal View History

2019-10-17 14:30:31 +08:00
#!/bin/bash
find . -type f -a '(' -name '*.c' -o -name '*.h' ')' | xargs clang-format -i