From b4e88e9e4e1e480bca9cf3bddc7da9fe2ea98aa7 Mon Sep 17 00:00:00 2001 From: Oliver Friedrich Date: Wed, 26 Oct 2022 17:13:46 +0200 Subject: [PATCH] Keep LF in pnpm-lock.yaml --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index 883fcc0..6d4c140 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,3 +3,6 @@ # Enforce Windows newlines for C# files to avoid false positives with IDE0055 warning. # See https://github.com/Lombiq/Open-Source-Orchard-Core-Extensions/issues/106 for more information. *.cs text eol=crlf + +# Keep LF line endings in pnpm-lock.yaml files to prevent Git from reporting this file as changed after pnpm touches it. +pnpm-lock.yaml text eol=lf