fix: pin knob.js to LF in .gitattributes to stop CRLF churn on Windows checkout

This commit is contained in:
daniel-c-harvey
2026-06-19 11:32:18 -04:00
parent 62007a6517
commit 81d0028f2b
+1
View File
@@ -9,3 +9,4 @@
*.conf text eol=lf *.conf text eol=lf
# Vendor JS pinned LF — avoids CRLF churn on Windows checkout # Vendor JS pinned LF — avoids CRLF churn on Windows checkout
DeepDrftShared.Client/wwwroot/js/parallax/parallax.js text eol=lf DeepDrftShared.Client/wwwroot/js/parallax/parallax.js text eol=lf
DeepDrftShared.Client/wwwroot/js/knob/knob.js text eol=lf