fluidsynth/clang-format.sh
2017-09-16 20:41:10 +02:00

2 lines
111 B
Bash

#!/bin/sh
find . -iname *.h -o -iname *.cpp -o -iname *.c -o -iname *.cc | xargs clang-format -i --style=file