From d0a920b740c288f71c789eea25a9f6a53ea7b46f Mon Sep 17 00:00:00 2001 From: Syer10 Date: Mon, 29 Mar 2021 01:54:48 -0400 Subject: [PATCH] Add bat and ps1 line ending attribute --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 91a5614a..e75b5faf 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,6 +3,8 @@ # Windows forced line-endings /.idea/* text eol=crlf +*.bat text eol=crlf +*.ps1 text eol=crlf # Gradle wrapper *.jar binary