From 39af8d499a1bbf64f5571dee427087896b211968 Mon Sep 17 00:00:00 2001 From: Cees-Jan Kiewiet Date: Wed, 4 Oct 2023 07:17:20 +0200 Subject: [PATCH] Nice looking PHP gif diffs Refs: https://php.watch/articles/composer-gitattributes#diff-php --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index d648f70..2eee706 100644 --- a/.gitattributes +++ b/.gitattributes @@ -12,3 +12,6 @@ composer.lock export-ignore infection.json.dist export-ignore Makefile export-ignore README.md export-ignore + +# Diffing +*.php diff=php