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

7
.gitattributes vendored
View File

@ -1,11 +1,14 @@
# 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
# Explicitly declare text files we want to always be normalized and converted # 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. # to native line endings on checkout.
*.yml text *.yml text
# Custom for Visual Studio, very unlikely, but lets keep it # Custom for Visual Studio, very unlikely, but lets keep it
*.cs diff=csharp *.cs diff=csharp
*.sln merge=union *.sln merge=union
*.csproj merge=union *.csproj merge=union

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.