From 3d5c219e6c9d14293e3bcbc6df0546616f38e116 Mon Sep 17 00:00:00 2001 From: Zio Gabber <78922322+Gabrymi93@users.noreply.github.com> Date: Thu, 5 Mar 2026 15:22:00 +0000 Subject: [PATCH] chore: add .gitattributes and .editorconfig (UTF-8, LF) --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6313b56 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto eol=lf