From d0df67fcc506db95f81255c968d2e08ce81ed980 Mon Sep 17 00:00:00 2001 From: Akizon77 Date: Sun, 13 Jul 2025 14:30:17 +0800 Subject: [PATCH] Add .gitattributes for line ending normalization --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..2125666 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto \ No newline at end of file