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 @@