From 14e8533da2c7bd8e5992b2dc4c6cf65eb9f2e568 Mon Sep 17 00:00:00 2001 From: Mario Lurig Date: Fri, 30 Jan 2026 21:13:43 -0700 Subject: [PATCH] add markdown to EOL --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index ee36c91..a27c78a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ *.yml text eol=lf *.yaml text eol=lf +*.md text eol=lf