Skip to content

Commit

Permalink
A couple of fixes
Browse files Browse the repository at this point in the history
.gitattributes
* Comment and fix opening line "Auto detect..."
* Add .csproj and .sln definitions from my own repositories
  • Loading branch information
hvacengi committed Feb 22, 2016
1 parent ecc934b commit 0b4325c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
uto detect text files and perform LF normalization
# Auto detect text files and perform LF normalization
# http://davidlaing.com/2012/09/19/customise-your-gitattributes-to-become-a-git-ninja/
* text=auto

*.cs diff=csharp

*.csproj text=auto merge=union
*.sln text=auto eol=crlf merge=union

0 comments on commit 0b4325c

Please sign in to comment.