Use proper encoding for email fixtures.
This commit is contained in:
parent
1446753fd2
commit
c7c8f38eac
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue