From f6c32025a5d77c5d16d4353d9e43fbe63c8817d8 Mon Sep 17 00:00:00 2001 From: mulfvik Date: Sun, 14 Sep 2025 06:08:15 +0200 Subject: [PATCH] Adds .gitattributes --- .gitattributes | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..f344a2a --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +# Default line ending is set to LF +*.js eol=lf +*.html eol=lf +*.css eol=lf +*.scss eol=lf +*.txt eol=lf +*.json eol=lf +*.md eol=lf