From 21830cb10bbd3fcfff52952f0898837540535a5c Mon Sep 17 00:00:00 2001 From: Nabi Date: Sun, 22 Oct 2023 01:56:42 +0330 Subject: [PATCH] Fixed #20023, Added `eol=lf` to `.gitattributes` file. Signed-off-by: Nabi --- .gitattributes | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.gitattributes b/.gitattributes index 08f809af71e..044c0a1615e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,16 +4,16 @@ # ...Unless the name matches the following overriding patterns # Definitively text files -*.php text -*.css text -*.js text -*.txt text -*.md text -*.xml text -*.json text -*.bat text -*.sql text -*.yml text +*.php text eol=lf +*.css text eol=lf +*.js text eol=lf +*.txt text eol=lf +*.md text eol=lf +*.xml text eol=lf +*.json text eol=lf +*.bat text eol=lf +*.sql text eol=lf +*.yml text eol=lf # Ensure those won't be messed up with *.png binary