From 665ef5aeef0c87f5d9a3a6433fa90ca32f32134a Mon Sep 17 00:00:00 2001 From: objecttothis Date: Mon, 15 Apr 2024 18:33:42 +0400 Subject: [PATCH] - Updated .gitattributes to automatically convert line endings on commit to LF. Signed-off-by: objecttothis --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index b0eba6f06..18290bc58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,3 @@ dist/ merge=ours app/Language/**/*.php merge=ours -text=auto +text=auto eol=lf