Line ending cleanup

This commit is contained in:
Shoghi Cervantes Pueyo
2013-01-02 19:41:23 +01:00
parent aafd36859f
commit db1b7ec4f2
2 changed files with 11 additions and 19 deletions

5
.gitattributes vendored
View File

@ -1,5 +1,10 @@
# Auto detect text files and perform LF normalization
* text=auto
*.php text eol=lf
*.sh text eol=lf
*.txt text eol=lf
*.properties text eol=lf
*.bat text eol=crlf
# Custom for Visual Studio
*.cs diff=csharp