From 583cd617886e092b732b104baf138631cf73dc7d Mon Sep 17 00:00:00 2001 From: Sosokker Date: Wed, 12 Feb 2025 17:19:22 +0700 Subject: [PATCH] chore: add .gitattributes --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..ad5823d --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.bat text eol=crlf +*.go text eol=lf \ No newline at end of file