Browse Source

Add .gitattributes and normalize newlines

pull/443/head
Daniel Grunwald 12 years ago
parent
commit
f23eee362a
  1. 4
      .gitattributes

4
.gitattributes vendored

@ -0,0 +1,4 @@ @@ -0,0 +1,4 @@
* text=auto
*.cs text diff=csharp
*.sln text eol=crlf
*.csproj text eol=crlf
Loading…
Cancel
Save