From bb05071b02203d170379f9980ba0f0a3a9b3f555 Mon Sep 17 00:00:00 2001 From: Raeschen Date: Fri, 9 Feb 2024 19:20:54 +0100 Subject: [PATCH] remove line ending enforcement for dme files. (#7710) --- .gitattributes | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 74551fbf26..447710a41a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,7 +5,6 @@ *.cjs text eol=lf *.css text eol=lf *.dm text eol=lf -*.dme text eol=lf *.dmf text eol=lf *.htm text eol=lf *.html text eol=lf