From e9b0bef023bc4c5d3da15fa79b2cb6500d6014ec Mon Sep 17 00:00:00 2001 From: Matt Walsh Date: Tue, 19 Sep 2023 08:21:00 -0500 Subject: [PATCH] add mjs to git attributes --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index b3a3a1d..72b9beb 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,5 @@ *.js text eol=lf +*.mjs text eol=lf *.ejs text eol=lf *.html text eol=lf *.json text eol=lf