Chromium Code Reviews| Index: third_party/WebKit/Source/web/tests/data/mhtml/.gitattributes |
| diff --git a/third_party/WebKit/Source/web/tests/data/mhtml/.gitattributes b/third_party/WebKit/Source/web/tests/data/mhtml/.gitattributes |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..a9ebe50e2ad26657192962b36632f67d63a59789 |
| --- /dev/null |
| +++ b/third_party/WebKit/Source/web/tests/data/mhtml/.gitattributes |
| @@ -0,0 +1,6 @@ |
| +# Set the default behavior, in case people don't have core.autocrlf set. |
| +* text=auto |
| + |
| +# MHTML files in general should only have CRLF line endings |
| +# (see RFC2557, section 10). |
| +*.mht text eol=crlf |