Skip to content

Commit

Permalink
Fixed CR/LF for .txt file
Browse files Browse the repository at this point in the history
  • Loading branch information
DrDonk committed Oct 21, 2018
1 parent 5aa7936 commit 99325b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 99325b9

Please sign in to comment.