From 18008f7ea0fd6b80a1683ed06200854ffef81f75 Mon Sep 17 00:00:00 2001 From: Lukas Winkler Date: Sun, 28 Sep 2014 09:22:26 +0200 Subject: [PATCH] Git: Latex und Bibtex diff --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index 412eeda..106d592 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,9 @@ # Auto detect text files and perform LF normalization * text=auto +*.tex diff=tex +*.bib diff=bibtex + # Custom for Visual Studio *.cs diff=csharp *.sln merge=union