From f6fd3a2979cd177c640dec539bbf3203fd6735d9 Mon Sep 17 00:00:00 2001 From: Marco Allegretti Date: Mon, 2 Feb 2026 18:12:42 +0100 Subject: [PATCH] chore: enforce line endings --- .gitattributes | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..c9b7bf2 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +*.astro text eol=lf +*.rs text eol=lf +*.ts text eol=lf +*.tsx text eol=lf +*.js text eol=lf +*.jsx text eol=lf +*.css text eol=lf +*.scss text eol=lf +*.yml text eol=lf +*.yaml text eol=lf +*.md text eol=lf + +*.ps1 text eol=crlf +*.bat text eol=crlf +*.cmd text eol=crlf + +*.png binary +*.jpg binary +*.jpeg binary +*.gif binary +*.webp binary +*.ico binary +*.pdf binary