From bb666f510dc9ab5bf3a4fe8c81d1145b9b2289e6 Mon Sep 17 00:00:00 2001 From: RSS1102 Date: Tue, 13 May 2025 18:58:54 +0800 Subject: [PATCH] chore: configure .gitattributes to enforce `LF` line endings --- .gitattributes | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..62d9abadf --- /dev/null +++ b/.gitattributes @@ -0,0 +1,12 @@ +*.vue text eol=lf +*.html text eol=lf +*.ts text eol=lf +*.js text eol=lf +*.jsx text eol=lf +*.tsx text eol=lf +*.json text eol=lf +*.md text eol=lf +*.yml text eol=lf +*.yaml text eol=lf +*.css text eol=lf +*.less text eol=lf \ No newline at end of file