Fixing Git's handling of line endings

This commit is contained in:
ilumos 2018-06-23 20:17:34 +01:00
parent abe1bf004b
commit 9c01747bd8

6
.gitattributes vendored
View file

@ -1,5 +1 @@
# Autodetect text files
* text=auto
# Force the following filetypes to have unix eols, so Windows does not break them
*.* text eol=lf
* text=auto