From 9799f5fb80792a1c338ef7c7a6114a5eed96acd0 Mon Sep 17 00:00:00 2001 From: Chase Hutchins Date: Fri, 29 Jan 2016 04:08:29 -0800 Subject: [PATCH] typo --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 591a6897..2a7bb5c1 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,7 +5,7 @@ # For the following file types, normalize line endings to LF on checkin and # prevent conversion to CRLF when they are checked out (this is required in # order) to prevent newline related issues) -.* text eolf=lf +.* text eol=lf *.css text eol=lf *.go text eol=lf *.html text eol=lf