From 203f4d3bf436c33c9ae63da83a8ceb6ec8fe0043 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 4 Oct 2021 11:51:56 +0300 Subject: [PATCH] Enforce LF (#814) --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..205021e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Enforce Unix newlines +* text=auto eol=lf