From 4ec59db55c408187abfb4d76e74730afc2d9ae9e Mon Sep 17 00:00:00 2001 From: Kyle Robinson Young Date: Sun, 14 Jul 2013 19:15:51 -0700 Subject: [PATCH] Add gitattributes to fix crlf issues --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..1e2a85b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Automatically normalize line endings for all text-based files +* text=crlf \ No newline at end of file