Commit 49484b54 authored by Julien Phalip's avatar Julien Phalip
Browse files

[1.5.x] Fixed #18920 -- Added `.gitattributes` to normalize line endings in...

[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.
parent 699a6748
Loading
Loading
Loading
Loading

.gitattributes

0 → 100644
+2 −0
Original line number Diff line number Diff line
# Normalize line endings to avoid spurious failures in the core test suite on Windows.
*html text eol=lf
 No newline at end of file