From 5ab704c2a1d3e411b974537fd600370eeeb2a6e2 Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Tue, 12 Mar 2024 15:54:38 +0000 Subject: [PATCH] Issue #3426548 follow-up: Convert the PHPStan baseline from NEON to PHP (cherry picked from commit 29b3847f9fe51fb7749931ffbbb6933ffa3f189b) --- core/assets/scaffold/files/gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/assets/scaffold/files/gitattributes b/core/assets/scaffold/files/gitattributes index 76ea8feeb119..e7b792f8407c 100644 --- a/core/assets/scaffold/files/gitattributes +++ b/core/assets/scaffold/files/gitattributes @@ -42,6 +42,9 @@ *.xml text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 *.yml text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 +# PHPStan's baseline uses tabs instead of spaces. +core/.phpstan-baseline.php text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tabwidth=2 diff=php linguist-language=php + # Define binary file attributes. # - Do not treat them as text. # - Include binary diff in patches instead of "binary files differ."