summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Phalip <jphalip@gmail.com>2012-11-21 10:19:00 +0100
committerJulien Phalip <jphalip@gmail.com>2012-11-21 10:20:02 +0100
commit49484b54bc26122257ac73b059897870d6ef716f (patch)
treebb876a9200401da5a801d1eb5f0e224d2d0aac5c
parent699a67480ac3b8046f450b293422b9534a4770a1 (diff)
[1.5.x] Fixed #18920 -- Added `.gitattributes` to normalize line endings in HTML templates and avoid spurious failures in the core test suite on Windows. Many thanks to manfre, Claude Paroz, Karen Tracey, MaxV and Daniel Langer for their advising and testing.
-rw-r--r--.gitattributes2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000000..49cb19117c
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,2 @@
+# Normalize line endings to avoid spurious failures in the core test suite on Windows.
+*html text eol=lf \ No newline at end of file