From fcd68e13454c282952b50aa18f9bc78bf55f45d5 Mon Sep 17 00:00:00 2001 From: Haru Date: Sat, 27 Jun 2026 20:39:03 +0200 Subject: [PATCH] Add proper line-ending treatment for batch scripts to gitattributes Signed-off-by: Haru --- .gitattributes | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index 2671cda54..8e430ab29 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,7 @@ -* text=auto -*.c diff=cpp -*.sh text eol=lf +* text=auto +*.c diff=cpp +*.sh text eol=lf +*.bat text eol=crlf /script-checker text eol=lf /athena-start text eol=lf