diff --git a/tools/strip_trailing_whitespace.sh b/tools/strip_trailing_whitespace.sh deleted file mode 100755 index 57e51d311..000000000 --- a/tools/strip_trailing_whitespace.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/bash -sed --in-place 's/[[:space:]]\+$//' $(find -name "*.lua")