From a32afb28c05b5483eb7a3383b3cd78f3adb942d1 Mon Sep 17 00:00:00 2001 From: Simon Goldschmidt Date: Fri, 7 Feb 2014 09:36:03 +0100 Subject: [PATCH] Added .gitattributes to normalize CRLF --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..f34d43dc5 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +# These files are text and should be normalized +*.txt text +*.c text +*.h text