From abe191366432ab2d34279a271945189f7630b870 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Fri, 17 Apr 2020 11:02:43 +0300 Subject: [PATCH] Fixed line feeds on Windows (#1614) Fixes lines endings on Windows with `autocrlf: true`, which is the default --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..205021e49 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Enforce Unix newlines +* text=auto eol=lf