From b856e98c6d140bc55f840bdb3b42e2cf34d30edc Mon Sep 17 00:00:00 2001 From: RD42 <42702181+dashr9230@users.noreply.github.com> Date: Sun, 19 May 2024 23:34:11 +0800 Subject: [PATCH] Add *.pas and *.dfm to .gitattributes --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index e2f988f..13519b5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -10,6 +10,8 @@ *.sln text eol=crlf *.vcproj text eol=crlf *.txt text eol=crlf +*.pas text eol=crlf +*.dfm binary Makefile text eol=crlf Makefile.am text eol=crlf