heptagon/tools/enforce_style.sh
Léonard Gérard 1d6feeef54 some more tests
2011-05-26 15:56:59 +02:00

3 lines
190 B
Bash
Executable file

#!/bin/sh
find . \! -path "*_build*" -and \( -iname "*.ml" -or -iname "*.mli" -or -iname "*.mly" -or -iname "*.mll" -or -iname "*.ept" \) -exec perl -pi -e 's/( |\t)+$//gi; s/\t/ /g' {} \;