git: Add .gitattributes file with EOL settings for README.win32

Set it to always have CRLF line endings, since we want it to be readable
on Windows by default. This should result in the line endings being
normalised to CRLF even after it’s edited by someone on Linux.

Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
Philip Withnall 2017-07-10 11:31:52 +01:00
parent a131134918
commit a88302683f

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
README.win32 text eol=crlf