Skip to content

Commit

Permalink
Update .gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
RZulu54 committed Mar 24, 2016
1 parent cfd0b6b commit cb56311
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions .gitattributes
@@ -1,15 +1,25 @@
# Auto detect text files and perform LF normalization
* text=binary
* text=auto

# Custom for Visual Studio
*.cs diff=csharp
*.vbp text eol=crlf
*.vbw text eol=crlf
*.frm text eol=crlf
*.bas text eol=crlf
*.cls text eol=crlf
*.txt text eol=crlf
*.sln text eol=crlf
*.csproj text eol=crlf
*.vbproj text eol=crlf
*.fsproj text eol=crlf
*.dbproj text eol=crlf
*.vcxproj text eol=crlf
*.vcxitems text eol=crlf
*.props text eol=crlf
*.filters text eol=crlf

# Standard to msysgit
*.vbp diff=astextplain
*.frm diff=astextplain
*.bas diff=astextplain
*.cls diff=astextplain
*.txt diff=astextplain
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
Expand Down

0 comments on commit cb56311

Please sign in to comment.