From 611a454b2b21de24725c5e7a4e7a33a086ed2f25 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 6 Mar 2025 08:51:59 +0200 Subject: [PATCH] .gitattributes: enforce LF Signed-off-by: XhmikosR --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 176a458f..205021e4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ -* text=auto +# Enforce Unix newlines +* text=auto eol=lf