From 2b9f42b30875e12af7e2d2f403272e5ece62e7d1 Mon Sep 17 00:00:00 2001 From: Dave Bartolomeo Date: Wed, 19 Sep 2018 12:02:18 -0700 Subject: [PATCH] JavaScript: Force LF for .json and .yml --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 500108dbffa..69ff97dca0c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -17,3 +17,5 @@ *.qhelp eol=lf *.html eol=lf *.js eol=lf +*.json eol=lf +*.yml eol=lf