remove CR from all .cs files

pull/1/merge
Jak Daniels 2016-04-07 18:21:58 +01:00
parent cf4aeac0e5
commit cd72e7b701
2 changed files with 5 additions and 5 deletions

2
.gitattributes vendored
View File

@ -1,7 +1,7 @@
# Auto detect text files and perform LF normalization
* text=auto
*.cs text diff=csharp
*.cs text diff=csharp eol=lf
*.java text diff=java
*.html text diff=html
*.css text