* Added tab2spaces and trailing-whitespace cleanup scripts to contrib.

--HG--
branch : trunk
This commit is contained in:
XTZGZoReX
2009-04-07 12:23:58 +02:00
parent 2991e3aedb
commit af2d4f039b
2 changed files with 4 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
# Be sure to specify files instead of * when running the script.
perl -p -i -e "s/\t/ /g" *

View File

@@ -0,0 +1,2 @@
# Be sure to specify files instead of * when running the script.
perl -p -i -e "s/ +$//g" *