From 722ab2c787e24a4b2c138ebce0694a5dad722d6e Mon Sep 17 00:00:00 2001 From: xterao Date: Fri, 22 Aug 2025 14:52:42 +0900 Subject: [PATCH] Add .gitattributes to enforce LF line endings --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..94f480de --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto eol=lf \ No newline at end of file