Fixed CR/LF for .txt file

This commit is contained in:
David Parsons 2018-10-21 19:39:59 +01:00
parent 5aa7936fa7
commit 99325b99a7
1 changed files with 1 additions and 0 deletions

1
.gitattributes vendored
View File

@ -4,6 +4,7 @@
# Declare files that will always have CRLF line endings on checkout.
*.cmd text eol=crlf
*.txt text eol=crlf
# Declare files that will always have LF line endings on checkout.
*.sh text eol=lf