From f470e089d717a8372bf4d4387b1eb21ea4b5b2a3 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 5 Nov 2019 13:07:59 +0200 Subject: [PATCH] Enforce LF (#401) This is needed 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 00000000..205021e4 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Enforce Unix newlines +* text=auto eol=lf