From bc508b1f79b60d2488ea2e6c6422c7ba9f67b627 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 11 Feb 2023 10:21:59 +0200 Subject: [PATCH] .gitattirubtes: specify Windows line endings for Windows files --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..b9bd28e2 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.{reg,[rR][eE][gG]} text eol=crlf +*.{bat,[bB][aA][tT]} text eol=crlf +*.{ahk,[aA][hH][kK]} text eol=crlf