jansson/scripts/clang-format
2019-10-21 08:55:01 +03:00

4 lines
90 B
Bash
Executable File

#!/bin/bash
find . -type f -a '(' -name '*.c' -o -name '*.h' ')' | xargs clang-format -i