tree-sitter/script/trim-whitespace
Max Brunsfeld 6dc0ff359d Rename spec -> test
'Test' is a lot more straightforward of a name.
2017-03-09 20:40:01 -08:00

3 lines
81 B
Bash
Executable file

#!/usr/bin/env bash
find src test include -type f | xargs perl -pi -e 's/ +$//'