From c1b8c3e261857ea179a6b4973a40011f030c88af Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 2 Mar 2021 10:01:46 +0200 Subject: [PATCH] Enforce LF (#1393) On Windows `autocrlf` is true by 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