From 65a90031cdffb5081788905d787734230dc7f2de Mon Sep 17 00:00:00 2001 From: Jan Jakes Date: Tue, 5 Aug 2025 11:50:03 +0200 Subject: [PATCH] Fix line ending setup in .gitattributes to correctly detect text files Before this change, .bin and .zip files always seem to report changes. --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 4ed95018..14c27546 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6,7 +6,7 @@ # # Let's make sure we use LF (\n) as the line ending in all test files # for consistent outcomes across different operating systems. -**/Tests/**/* text eol=lf +**/Tests/**/* text=auto eol=lf /examples export-ignore /plugins export-ignore /.github export-ignore