From 2adec623527cc59124f4f8ec710f090aa5e0407f Mon Sep 17 00:00:00 2001 From: sippeangelo Date: Fri, 20 Nov 2015 15:07:16 +0100 Subject: [PATCH] gitattributes for line endings --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..c1367d42 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +* text=auto + +*.cpp text eol=lf +*.h text eol=lf +*.xml text eol=lf +*.xsd text eol=lf