Explicitly specify line-endings of source files in gitattributes.

This commit is contained in:
Zimmermann Gyula
2018-06-17 12:34:17 +02:00
committed by Paul Chote
parent 8ec3df7550
commit f50a891d18

3
.gitattributes vendored
View File

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