From 05d47f0a5af232cc6d5f1baf608a6ff4bf36f115 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 23 Mar 2023 16:39:11 +0200 Subject: [PATCH] .gitattributes: specify eol=lf Apparently .editorconfig had that already, oops, luckily no one was attempting to use Windows --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index a5ace74..c2eb653 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,5 @@ # Line normalisation, GitHub language detection -* text=auto linguist-detectable +* text=auto eol=lf linguist-detectable # These don't feel like mine .github/** text=auto -linguist-detectable