From 81d0028f2bd05f70c910af8bee7b15cdb60c0963 Mon Sep 17 00:00:00 2001 From: daniel-c-harvey Date: Fri, 19 Jun 2026 11:32:18 -0400 Subject: [PATCH] fix: pin knob.js to LF in .gitattributes to stop CRLF churn on Windows checkout --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 6cc0395..8e616f5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -9,3 +9,4 @@ *.conf text eol=lf # Vendor JS pinned LF — avoids CRLF churn on Windows checkout DeepDrftShared.Client/wwwroot/js/parallax/parallax.js text eol=lf +DeepDrftShared.Client/wwwroot/js/knob/knob.js text eol=lf