From a8bade633e5e80dd28e96033adf0a1933b50b64e Mon Sep 17 00:00:00 2001
From: Bradley Weston <me@bweston.me>
Date: Tue, 01 Mar 2016 15:54:01 -0500
Subject: [PATCH] Added gitattributes to make sure LF line endings are used.

---
 .gitattributes |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

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

--
Gitblit v1.9.1