From 083a52026c144c4492ead29a23cd8ab8cde60170 Mon Sep 17 00:00:00 2001 From: ranwang Date: Sat, 28 Feb 2026 11:59:51 +0800 Subject: [PATCH] gitattributes --- .gitattributes | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..e1cf38c --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +* text=auto +*.tex text eol=lf +.gitignore text eol=lf +LICENSE text eol=lf +*.md text eol=lf +.gitattributes text eol=lf +*.cls text eol=lf +*.bib text eol=lf \ No newline at end of file