From 09f4481f821a0188e24598775c7986a0150d358d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Wed, 6 Mar 2013 13:09:25 +0100 Subject: [PATCH] doxyassist expects eof of Doxyfile to be lf --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index d981f3db290..e862663a3f7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -35,6 +35,9 @@ *.perl text *.pdb text +# Declare files that will always have LF line endings on checkout. +Documentation/Doxyfile text eol=lf + # Declare files that will always have CRLF line endings on checkout. *.sln text eol=crlf *.bat text eol=crlf