From 8f713030c6096b8972aa7cb3f23124684d549453 Mon Sep 17 00:00:00 2001 From: Eddoursul Date: Fri, 9 Feb 2024 18:25:25 +0100 Subject: [PATCH] Added *.pas to .gitattributes --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index cac967bc..4ad9b7a1 100644 --- a/.gitattributes +++ b/.gitattributes @@ -23,6 +23,7 @@ *.vcproj filter= diff= merge= text eol=crlf *.vssscc filter= diff= merge= text eol=crlf *.sln filter= diff= merge= text eol=crlf +*.pas filter= diff= merge= text eol=crlf *.props filter= diff= merge= text eol=crlf *.inl filter= diff= merge= text eol=crlf *.flm filter= diff= merge= text eol=crlf