From 18e10a4846dbee6cd8f0634a68601eace0089271 Mon Sep 17 00:00:00 2001 From: Devorun <130918800+devorun@users.noreply.github.com> Date: Thu, 13 Aug 2026 21:36:09 +0300 Subject: [PATCH] chore: add .gitattributes to normalize line endings to LF --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..6313b56c --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto eol=lf