From bb48f6c80b7806aa5d0e8f0a07a777f5f0a8b694 Mon Sep 17 00:00:00 2001 From: Raeschen Date: Fri, 9 Feb 2024 19:45:41 +0100 Subject: [PATCH] crlfs for dme (#7711) --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index 447710a41a..ef18e840c1 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,8 @@ * text=auto +## Enforce CRLF mode for DME (BYOND wants this.) +*.dme text eol=crlf + ## Enforce text mode and LF line breaks *.bat text eol=lf *.cjs text eol=lf