Enable LF normalization

CRLF on Windows checkout; LF on Mac & Linux checkout; always LF in the repository
This commit is contained in:
Andrew Bradley
2016-01-29 13:37:41 -05:00
parent 5d0f2126c8
commit 8cf308d12d

2
.gitattributes vendored
View File

@@ -1,5 +1,5 @@
# Auto detect text files and perform LF normalization
* text=none
* text=auto
# Custom for Visual Studio
*.cs diff=csharp