From e3f2d011c285acf490cc301aae454384d95b89d2 Mon Sep 17 00:00:00 2001 From: Matthew Amato Date: Fri, 3 May 2013 15:02:06 -0400 Subject: [PATCH] Add .gitAttributes file for line-ending normalization. --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000000..eba1110b579 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Auto detect text files and perform LF normalization +* text=auto \ No newline at end of file