From e402e4ff2c1bc40c88769a8095d263d60b92c95b Mon Sep 17 00:00:00 2001 From: Sebastian Meyer Date: Wed, 14 Feb 2024 14:00:13 +0100 Subject: [PATCH] Update .gitattributes --- .gitattributes | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitattributes b/.gitattributes index 9c78221..deb86b8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -89,9 +89,6 @@ # https://github.com/gitattributes/gitattributes/blob/master/PHP.gitattributes ### -# Auto detect text files and perform LF normalization -* text=auto - # PHP files *.php text eol=lf diff=php *.phpt text eol=lf diff=php @@ -116,7 +113,7 @@ psalm.xml text eol=lf *.neon text eol=lf # Generated documentation -doc/* linguist-generated=true +doc/* linguist-generated=true # Exclude files from exporting .github/* export-ignore