Skip to content

I20231130-1800

@HannesWell HannesWell tagged this 30 Nov 22:29
Some 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 on Windows if
auto-crlf is enabled.

To re-normalize line endings of all files use the following command
(including dot):

git add --renormalize .
Assets 2
Loading