From 0ef51cf522acdc33ceb1978e5aaad5fe2245d27e Mon Sep 17 00:00:00 2001 From: KO Myung-Hun Date: Mon, 2 Sep 2019 22:37:31 +0900 Subject: [PATCH] Update .gitattributes modified: .gitattributes --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitattributes b/.gitattributes index c03f76a..e035670 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,5 @@ +# auto detect 'text' mode and use global setting of 'eol' +* text=auto !eol + +# EOL of REXX .cmd should be CR+LF *.cmd eol=crlf