FairMQ/fairmq/apply-clang-format.sh
2014-06-06 14:30:41 +02:00

4 lines
154 B
Bash
Executable File

#!/bin/bash
find . -type f \( -iname "*.h" ! -iname "*.pb.h" ! -iname "*LinkDef.h" -o -iname "*.cxx" -o -iname "*.tpl" \) -execdir clang-format -i {} \;