From b9b4a84fcb3831b5a986445b829dcd1ed7f480d9 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 20 Apr 2016 16:09:17 +0300 Subject: add .gitattributes --- .gitattributes | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitattributes (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..c84979e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,9 @@ +* text=auto + +makefile text eol=crlf +sources text eol=crlf +*.bat text eol=crlf +*.c text eol=crlf +*.cpp text eol=crlf +*.h text eol=crlf +*.hpp text eol=crlf -- cgit v1.2.3