From 6ba511d2ce6d4617dea37bc3eabbd320b09c5421 Mon Sep 17 00:00:00 2001 From: Linas Valiukas Date: Thu, 21 Jun 2012 23:17:09 +0300 Subject: [PATCH] Line endings --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..4b3e1b4 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +* text=auto +*.cpp text eol=lf +*.h text eol=lf +*.sln text eol=crlf