Merge pull request #7616 from obrakmann/fix-win-map-hashes

Ensure LF line ending for .yaml files for hash consistency across platforms
This commit is contained in:
Pavel Penev
2015-03-08 14:55:32 +02:00

2
.gitattributes vendored
View File

@@ -1,4 +1,6 @@
# Enforce LF normalization on Windows # Enforce LF normalization on Windows
*.yaml eol=lf
*.lua eol=lf
* text=lf * text=lf
# Custom for Visual Studio # Custom for Visual Studio