From 078b2747da8f368af1961e0bf2ed67933d543453 Mon Sep 17 00:00:00 2001 From: r4bbit <445106+0x-r4bbit@users.noreply.github.com> Date: Wed, 28 Feb 2024 08:08:06 +0100 Subject: [PATCH] chore(.gitattributes): add eol settings to enforce `lf` This is to ensure git will always converts to line feed endings. This should help with #21 --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index d5e5d27..9b99705 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,3 @@ lib/** linguist-vendored + +* text=auto eol=lf