heptagon/tools/enforce_style.sh
2010-09-20 23:32:22 +02:00

3 lines
133 B
Bash
Executable file

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