From dc60a0a0c955e67ada126a9c9869a2171edbcdbd Mon Sep 17 00:00:00 2001 From: Gunther Schulz Date: Sun, 16 Feb 2020 12:22:02 +0100 Subject: [PATCH] update .gitattributes for Metatrader 5 file types --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index dfe0770..20f1b94 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,5 @@ # Auto detect text files and perform LF normalization * text=auto + +text *.mq5 eol=CRLF diff=c +text *.mqh eol=CRLF diff=c \ No newline at end of file