Add script to remove trailing whitespace
This commit is contained in:
Executable
+1
@@ -0,0 +1 @@
|
|||||||
|
git grep -lI '[[:space:]]$' | xargs -d '\n' perl -i -pe 's/[ \t]+$//'
|
||||||
Reference in New Issue
Block a user