From 475509b95768766c02b6fcc2836d78c903ebad3a Mon Sep 17 00:00:00 2001 From: Josh Stewart Date: Mon, 15 Jan 2018 08:48:36 +1100 Subject: [PATCH] Fix typo in gitattributes --- .gitattributes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 2f709938..7674f8a4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,8 +4,8 @@ *.ino text eol=lf *.h text eol=lf *.c text eol=lf -*.ini test eol=lf -*.msq test eol=lf +*.ini text eol=lf +*.msq text eol=lf # Denote all files that are truly binary and should not be modified. *.png binary