Use proper encoding for email fixtures.

This commit is contained in:
Guo Xiang Tan 2018-02-21 17:06:35 +08:00
parent 1446753fd2
commit c7c8f38eac
5 changed files with 5 additions and 2 deletions

3
.gitattributes vendored
View File

@ -1,6 +1,9 @@
# Set default behaviour, in case users don't have core.autocrlf set. # Set default behaviour, in case users don't have core.autocrlf set.
* text=auto * text=auto
# Treat email fixtures as binary files so CRLF are not converted to LF.
*.eml binary
# Explicitly declare text files we want to always be normalized and converted # Explicitly declare text files we want to always be normalized and converted
# to native line endings on checkout. # to native line endings on checkout.
*.yml text *.yml text

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.