mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-13 03:32:28 -04:00
* Added tab2spaces and trailing-whitespace cleanup scripts to contrib.
--HG-- branch : trunk
This commit is contained in:
2
contrib/cleanup/tab2spaces.sh
Normal file
2
contrib/cleanup/tab2spaces.sh
Normal file
@@ -0,0 +1,2 @@
|
||||
# Be sure to specify files instead of * when running the script.
|
||||
perl -p -i -e "s/\t/ /g" *
|
||||
2
contrib/cleanup/whitespace.sh
Normal file
2
contrib/cleanup/whitespace.sh
Normal file
@@ -0,0 +1,2 @@
|
||||
# Be sure to specify files instead of * when running the script.
|
||||
perl -p -i -e "s/ +$//g" *
|
||||
Reference in New Issue
Block a user