Closed HannesWell closed 8 months ago
Since there are a lot of files with many lines involved I wonder if this is really wanted or if windows line-endings are even desired. At least it will make the git-blame useless for all affected file.
Thank you hannes for your contribution. @wimjongman what do you think about merging this PR ?
Yes, let's go.
PR Merged. Thank you @HannesWell for this nice contribution
You are welcome and thank you for reviewing. :)
Some ASCII-files were checked-in into git having windows style line endings (\r\n). This is in general not wanted because it can cause modified files without any difference in git-staging.
To re-normalize line endings of all files use the following command (including dot):
git add --renormalize .