From c30cca6a46335397110ad3e35a9c100ab47b3f5a Mon Sep 17 00:00:00 2001 From: Kenneth Skovhede Date: Thu, 12 Apr 2018 09:38:26 +0200 Subject: Updated cleanup script to also enforce Windows-style line endings --- tabs-to-spaces.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tabs-to-spaces.sh') diff --git a/tabs-to-spaces.sh b/tabs-to-spaces.sh index 0f9ddd0d2..1e52ad850 100644 --- a/tabs-to-spaces.sh +++ b/tabs-to-spaces.sh @@ -3,3 +3,5 @@ find Duplicati -type f -name *.js -exec sed -i '' $'s/\t/ /g' {} + find Duplicati -type f -name *.css -exec sed -i '' $'s/\t/ /g' {} + find Duplicati -type f -name *.cs -exec sed -i '' $'s/\t/ /g' {} + find Duplicati -type f -name *.txt -exec sed -i '' $'s/\t/ /g' {} + + +find Duplicati -type f -name *.cs | xargs python unix2dos.py -- cgit v1.2.3