From a3e8072fe90c1eab20fb1fde08b6f1c1b4a29b81 Mon Sep 17 00:00:00 2001 From: Ryan Smith <0ryansmith1994@gmail.com> Date: Thu, 30 Jun 2016 14:23:26 +0100 Subject: [PATCH] Fixes LearningLocker/learninglocker#819 --- .gitattributes | 3 +-- .gitignore | 1 + src/IMT.php | 2 +- tests/assets/test.json | 11 ++++++++++- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/.gitattributes b/.gitattributes index 7c79f1b..fcadb2c 100755 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1 @@ -[text] - eol = lf +* text eol=lf diff --git a/.gitignore b/.gitignore index 4b08d9f..88a89cf 100755 --- a/.gitignore +++ b/.gitignore @@ -4,5 +4,6 @@ # Composer. vendor composer.lock +composer.phar tests/assets/test.json diff --git a/src/IMT.php b/src/IMT.php index 4d9b287..b7717e0 100644 --- a/src/IMT.php +++ b/src/IMT.php @@ -1,5 +1,5 @@