Enforce line endings.

This commit is contained in:
Matthias Mailänder 2020-07-06 15:54:48 +02:00 committed by abcdefg30
parent 62e4eacf13
commit 6fbcdef303

10
.gitattributes vendored Normal file
View File

@ -0,0 +1,10 @@
# 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
*.cs diff=csharp