From e84c81228777856dc809cd2665a1888f774d6a18 Mon Sep 17 00:00:00 2001 From: rusefi Date: Mon, 20 Feb 2017 17:13:26 -0500 Subject: [PATCH] dealing-with-line-endings --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 6707287b03..4faadeeeae 100644 --- a/.gitattributes +++ b/.gitattributes @@ -8,7 +8,9 @@ # Explicitly declare text files you want to always be normalized and converted # to native line endings on checkout. *.c text +*.cpp text *.h text +*.xml text # Denote all files that are truly binary and should not be modified. *.png binary