From 105a23bf329207656252b3a32330ee68d1822e02 Mon Sep 17 00:00:00 2001 From: Richard Helgeby Date: Sun, 27 Jul 2014 11:46:02 +0300 Subject: [PATCH] Add .gitattributes to set correct line ending style on various files. --- .gitattributes | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..b35a3f6 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,10 @@ +*.sp text eol=native +*.inc text eol=native + +*.txt text eol=crlf +*.cfg text eol=crlf + +*.sh text eol=lf +*.bat text eol=crlf + +Makefile text eol=lf