From ae8972083f6e97772c480dabdf923d5165aa5faf Mon Sep 17 00:00:00 2001 From: Pierre Muller Date: Mon, 6 Sep 2021 18:10:00 +0200 Subject: [PATCH] Use pascal hunk for diff output for pascal source files --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index 1354388697..4a3b5c3620 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,6 @@ * text=auto !eol *.pp gitlab-language=pascal *.inc gitlab-language=pascal +*.pp diff=pascal +*.pas diff=pascal +*.inc diff=pascal