From 3beff514cb8fab8ded9ae9d93f0771cf7f66df6c Mon Sep 17 00:00:00 2001 From: dddwwwbbb Date: Thu, 26 Jun 2025 11:56:03 -0500 Subject: [PATCH 1/2] Update Delphi.gitattributes for *.pas Treat as text to ensure they are predictably normalized, diffable, and merge-safe across all environments. --- Delphi.gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Delphi.gitattributes b/Delphi.gitattributes index 4994296..5854a61 100644 --- a/Delphi.gitattributes +++ b/Delphi.gitattributes @@ -2,6 +2,9 @@ # Project files # +# Delphi code files +*.pas text + # Delphi form module *.dfm text From e39aabb6bcfce5af4a06b9fd2157f6d0047be0f8 Mon Sep 17 00:00:00 2001 From: dddwwwbbb Date: Thu, 26 Jun 2025 14:28:12 -0500 Subject: [PATCH 2/2] Update Delphi.gitattributes for *.pas diff Leverage Git's built-in support for Pascal/Delphi to enhance the readability of diffs, making it easier to track changes --- Delphi.gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Delphi.gitattributes b/Delphi.gitattributes index 5854a61..6cc14b3 100644 --- a/Delphi.gitattributes +++ b/Delphi.gitattributes @@ -3,7 +3,7 @@ # # Delphi code files -*.pas text +*.pas text diff=pascal # Delphi form module *.dfm text