From 267fd2b79333cfe89595312ff3dcfecd3c69cda1 Mon Sep 17 00:00:00 2001 From: SaltyMonkey <1570693+SaltyMonkey@users.noreply.github.com> Date: Wed, 8 Oct 2025 22:26:16 +0300 Subject: [PATCH] refactor: Added .gitattributes for better dev life at win and linux --- .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