marian/contrib/autoformat.sh
2017-06-05 13:10:28 +02:00

4 lines
126 B
Bash
Executable File

#!/bin/bash
find ./src -path ./src/3rd_party -prune -o -iname *.h -o -iname *.cpp -o -iname *.cu | xargs clang-format-3.8 -i