mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 07:22:18 +00:00
Use proper encoding for email fixtures.
This commit is contained in:
parent
1446753fd2
commit
c7c8f38eac
7
.gitattributes
vendored
7
.gitattributes
vendored
@ -1,11 +1,14 @@
|
||||
# Set default behaviour, in case users don't have core.autocrlf set.
|
||||
* 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.
|
||||
*.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
|
||||
*.sln merge=union
|
||||
*.csproj merge=union
|
||||
|
BIN
spec/fixtures/emails/encoded_display_name.eml
vendored
BIN
spec/fixtures/emails/encoded_display_name.eml
vendored
Binary file not shown.
BIN
spec/fixtures/emails/forwarded_email_3.eml
vendored
BIN
spec/fixtures/emails/forwarded_email_3.eml
vendored
Binary file not shown.
BIN
spec/fixtures/emails/inline_image.eml
vendored
BIN
spec/fixtures/emails/inline_image.eml
vendored
Binary file not shown.
BIN
spec/fixtures/emails/reply_with_8bit_encoding.eml
vendored
BIN
spec/fixtures/emails/reply_with_8bit_encoding.eml
vendored
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user