From 881f7470d3b4e20015e4c9ddcd1625a2bafe39b9 Mon Sep 17 00:00:00 2001 From: beware Date: Mon, 15 Sep 2025 19:48:54 +0000 Subject: [PATCH] normalize crlf on some file types and no trailing whitespace on pas and dpr files --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitattributes b/.gitattributes index f8a9c28..d6c99c2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,6 @@ # make git not do text conversions (preserve line endings as-is) * -text +*.pas eol=crlf whitespace=-trailing-space +*.inc eol=crlf +*.dpr eol=crlf whitespace=-trailing-space +*.txt eol=crlf -- 2.30.2