From e1490f65ca6abfaab662bde108418cc798fa9e1e Mon Sep 17 00:00:00 2001 From: Coder Date: Wed, 26 Aug 2026 22:08:44 +0700 Subject: [PATCH] chore: add .gitattributes for LF normalization --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..74fdf7c --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +* text=auto eol=lf +*.md text eol=lf +*.py text eol=lf +*.ps1 text eol=lf +*.sh text eol=lf \ No newline at end of file