From 0b0a9d92dadd88fa0573383b50a95752fafdb885 Mon Sep 17 00:00:00 2001 From: Marek Roszko Date: Tue, 16 Jan 2024 16:03:43 -0500 Subject: [PATCH] Force script line endings --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitattributes b/.gitattributes index 5c327de9fd..47c48074fb 100644 --- a/.gitattributes +++ b/.gitattributes @@ -30,3 +30,7 @@ bitmaps_png/cpp_*/*.cpp generated # Lemon grammars common/libeval/grammar.c generated common/libeval/grammar.h generated + +# Scripts +*.sh text eol=lf +*.bat text eol=crlf \ No newline at end of file