Fixed CR/LF for .txt file
This commit is contained in:
parent
5aa7936fa7
commit
99325b99a7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue