From bc0ca798d9d12fd2f52782a8ecbd3f46f5f06457 Mon Sep 17 00:00:00 2001 From: Damian Hickey <57436+damianh@users.noreply.github.com> Date: Tue, 17 Feb 2026 10:27:57 +0100 Subject: [PATCH] Configure line endings to enforce LF and mark binary files --- .gitattributes | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitattributes b/.gitattributes index e7259f0c3..31bcfcfdd 100644 --- a/.gitattributes +++ b/.gitattributes @@ -10,3 +10,10 @@ *.css linguist-vendored=true *.html linguist-vendored=true *.json linguist-vendored=true + +# Line endings - enforce LF for all text files +* text=auto eol=lf + +# Binary files +*.pfx binary +*.snk binary