Add script to remove trailing whitespace

This commit is contained in:
Cody Young (horiba)
2026-05-14 08:01:05 +00:00
commit ff0ad096bb
+1
View File
@@ -0,0 +1 @@
git grep -lI '[[:space:]]$' | xargs -d '\n' perl -i -pe 's/[ \t]+$//'