From a4df678a741ae414600960227ab3581665f0dde1 Mon Sep 17 00:00:00 2001 From: NickSdot Date: Sun, 6 Sep 2026 00:02:19 +0800 Subject: [PATCH] chore: standardise line endings --- .editorconfig | 5 +++++ .gitattributes | 1 + 2 files changed, 6 insertions(+) create mode 100644 .editorconfig create mode 100644 .gitattributes diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..0b3779e --- /dev/null +++ b/.editorconfig @@ -0,0 +1,5 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6313b56 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto eol=lf