From 37fad8991f53fba1cd12e2fc17784890cc1036c0 Mon Sep 17 00:00:00 2001 From: Andriy Redko Date: Wed, 1 Dec 2021 12:28:31 -0500 Subject: [PATCH] Added .gitattributes to manage end-of-line checks for Windows/*nix systems Signed-off-by: Andriy Redko --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index e69de29bb2d1d..4fbd8ef99ccbf 100644 --- a/.gitattributes +++ b/.gitattributes @@ -0,0 +1,2 @@ +* text eol=lf +*.bat text eol=crlf