commit ff0ad096bb7b28d3527f1ff4afe7407ab9d2e2a8 Author: Cody Young (horiba) Date: Thu May 14 08:01:05 2026 +0000 Add script to remove trailing whitespace diff --git a/remove_trailing_whitespaces.sh b/remove_trailing_whitespaces.sh new file mode 100755 index 0000000..02b7ac7 --- /dev/null +++ b/remove_trailing_whitespaces.sh @@ -0,0 +1 @@ +git grep -lI '[[:space:]]$' | xargs -d '\n' perl -i -pe 's/[ \t]+$//'