Add .gitattributes file to normalize line endings

This should make sure that line endings for text files are converted to
LF.

Some reading: https://git-scm.com/docs/gitattributes#_effects
This commit is contained in:
Leon Richardt 2019-09-08 22:01:12 +02:00
parent 3158ed4085
commit 8064f8a49e

2
.gitattributes vendored Normal file
View file

@ -0,0 +1,2 @@
# Normalize line endings to LF for files that Git detects as text
* text=auto