From a8bade633e5e80dd28e96033adf0a1933b50b64e Mon Sep 17 00:00:00 2001
From: Bradley Weston <me@bweston.me>
Date: Tue, 1 Mar 2016 20:49:46 +0000
Subject: [PATCH] Added gitattributes to make sure LF line endings are used.

---
 .gitattributes | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 .gitattributes

diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000000..7e51847ac3
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,2 @@
+* text=auto
+*.php text eol=lf
\ No newline at end of file
-- 
GitLab