From 0f9fa93449f645fc98b0c7aadf40bac04b0863ba Mon Sep 17 00:00:00 2001 From: acgzone1 Date: Fri, 23 Jan 2026 13:32:33 +0100 Subject: [PATCH] chore: add .gitattributes for line ending normalization Ensures consistent line endings across different operating systems. --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..77aaf9cd --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +* text=auto +*.py text eol=lf +*.md text eol=lf