0
0
Fork 0
mirror of https://github.com/ZDoom/fluidsynth.git synced 2025-03-01 15:10:43 +00:00
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