Use LF for shell scripts (#5374)

This commit is contained in:
Darin Dimitrov
2018-02-05 09:09:28 +02:00
committed by Alexander Vakrilov
parent c88478a02a
commit 925c60677f

3
.gitattributes vendored
View File

@ -1,6 +1,9 @@
# Auto detect text files and perform LF normalization
* text=auto
# Use LF for shell scripts
*.sh eol=lf
# Custom for Visual Studio
*.cs diff=csharp
*.sln merge=union