From fbd6bce56276c798994afc0f439cf91ce7f5b4e7 Mon Sep 17 00:00:00 2001 From: bkaradzic Date: Thu, 21 Feb 2013 21:11:55 -0800 Subject: [PATCH] Added .gitattributes. --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..d0be9fad --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +*.cpp eol=lf +*.h eol=lf +*.sc eol=lf +*.sh eol=lf +*.md eol=lf