From 650274f0b9a6f4a0d20b4051e0dd9d36e4adc78e Mon Sep 17 00:00:00 2001 From: Storme-bit Date: Sat, 4 Apr 2026 20:25:19 -0700 Subject: [PATCH] Add .gitattributes to enforce LF line endings --- .gitattributes | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..b13cfa5 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,9 @@ +# Default: normalize all text files to LF in the repo +* text=auto eol=lf + +# Explicitly handle common file types +*.js text eol=lf +*.json text eol=lf +*.md text eol=lf +*.yml text eol=lf +*.env text eol=lf \ No newline at end of file