Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Re-normalize line-endings in git of all files to Linux style ("\n")
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 .
- Loading branch information