Skip to content

Commit

Permalink
Add .gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
marcind committed Aug 12, 2017
1 parent 942e08e commit dc85ff5
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
* text=auto

*.bat text
*.config text
*.cs text diff=csharp
*.csproj text merge=union
*.nuspec text
*.resx text merge=union
*.ruleset text
*.settings text
*.targets text
*.txt text
*.vb text
*.vbproj text merge=union
*.vsixmanifest text
*.vstemplate text
*.xml text
*.xsl text
*.xslt text
*.xunit text

*.sln text eol=crlf merge=union

.gitmodules text eol=lf

0 comments on commit dc85ff5

Please sign in to comment.