From 71bfab90f9636ec3862d8a503e4448d42d95199b Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sat, 22 Sep 2012 00:26:14 +0200 Subject: [PATCH] Add .gitattributes to prevent CRLF --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..176a458 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto