From f296b56126000f10242129adce2f48b455faf455 Mon Sep 17 00:00:00 2001 From: Konrad Borowski Date: Thu, 31 Dec 2015 19:09:30 +0100 Subject: [PATCH] Normalize file endings when committing. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..176a458f94 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto