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 122 additions and 119 deletions

3
.gitattributes vendored
View File

@ -1,6 +1,9 @@
# Set default behaviour, in case users don't have core.autocrlf set.
* 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
# to native line endings on checkout.
*.yml text