From 15f87edc96b57a4cc7e15ecde91d78be399e1d21 Mon Sep 17 00:00:00 2001 From: Giovanni Garufi Date: Tue, 19 Mar 2019 16:36:48 +0100 Subject: [PATCH] Update .gitattributes to always use LF for EOL in json files --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index c6e76c6a..f92a83dc 100644 --- a/.gitattributes +++ b/.gitattributes @@ -12,7 +12,7 @@ Dockerfile* text etcher text .git* text *.html text -*.json text +*.json text eol=lf *.cpp text *.h text *.gyp text