Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Force line ending type for specific files
Different operation systems (Unix vs. Windows) use different line ending types. It can easily happen that users from different systems edit files and replace all line endings of a file with the system specific version. This screws up diffs and makes merges harder. Git can normalize line endings for specific files and avoid this problem. Binary files should be marked to avoid accidentally normalization.
- Loading branch information