From 61be37e6ac3ff7a99bf912714f2f50411b7bf068 Mon Sep 17 00:00:00 2001 From: Andrei Aleksandrovich Ovcharenko <61009403+krotname@users.noreply.github.com> Date: Tue, 9 Jun 2026 22:57:21 +0300 Subject: [PATCH] Add line ending normalization --- .gitattributes | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..2a1d0c3 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,7 @@ +* text=auto + +*.java text eol=lf +*.md text eol=lf +*.xml text eol=lf +*.yml text eol=lf +*.yaml text eol=lf