From cb56311cc6eb702e313186ff5491bd759b1e4c11 Mon Sep 17 00:00:00 2001 From: Roger Zuehlsdorf Date: Thu, 24 Mar 2016 11:43:51 +0100 Subject: [PATCH] Update .gitattributes --- .gitattributes | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/.gitattributes b/.gitattributes index 4c9fbce..ba672cc 100644 --- a/.gitattributes +++ b/.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