From 0ffe7bc72a7802b3d276fb4ab8f2c24d719ba718 Mon Sep 17 00:00:00 2001 From: Mario Lurig Date: Tue, 17 Feb 2026 15:46:39 -0700 Subject: [PATCH] LF instead of CRLF --- .gitattributes | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index f71a2a7..a9153cd 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,7 @@ # Auto detect text files and perform LF normalization * text=auto -*.png filter=lfs diff=lfs merge=lfs -text +*.yml text eol=lf +*.yaml text eol=lf +*.md text eol=lf +*.js text eol=lf +*.html text eol=lf