From dc7083ccface4eac389bbeff4b3aad049116c888 Mon Sep 17 00:00:00 2001 From: Syuugo Date: Thu, 12 Jan 2023 02:59:59 +0900 Subject: [PATCH] Fix line break config (#345) --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 9490f39e39..7c59266ea4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,3 +4,5 @@ *.apk binary *.so binary *.xml text eol=crlf +*.bat text eol=crlf +*.ps1 text eol=crlf