From 8461979304f79c5f34910bdd8745626702a3fbf5 Mon Sep 17 00:00:00 2001 From: Kiryl Mialeshka <8974488+meskill@users.noreply.github.com> Date: Thu, 25 Apr 2024 12:13:47 +0200 Subject: [PATCH] fix: mark only rs and md files as text for git (#1784) --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 07764a78d9..2072890461 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ -* text eol=lf \ No newline at end of file +*.rs text eol=lf +*.md text eol=lf