From f9e36f2f06233a6e92679a1cd63cedc6be1a4f1b Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 5 Nov 2023 13:48:01 +0100 Subject: gitattributes: fix missing newline at eof --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 05e51885..462acc88 100644 --- a/.gitattributes +++ b/.gitattributes @@ -19,4 +19,4 @@ *.in text eol=lf *.cmd text eol=crlf -*.bat text eol=crlf \ No newline at end of file +*.bat text eol=crlf -- cgit v1.2.3