mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 23:38:35 +08:00
Use proper encoding for email fixtures.
This commit is contained in:
parent
1446753fd2
commit
c7c8f38eac
3
.gitattributes
vendored
3
.gitattributes
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user