Removed trailing whitespace
This commit is contained in:
parent
7894d15298
commit
ef452881f0
134 changed files with 939 additions and 940 deletions
|
|
@ -1,3 +1,2 @@
|
|||
#!/bin/sh
|
||||
echo "removing all trailing whitespace from all *.scala, *.html and *.xml files"
|
||||
find . -type f -name '*.scala' -exec sed -i 's/[ \t]*$//' {} \;
|
||||
sed -i '' 's/[[:space:]]*$//g' **/*.*
|
||||
Loading…
Add table
Add a link
Reference in a new issue