From 7827cf04f475f6c32c547b822cd643582418013b Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 8 Aug 2019 15:03:28 +0300 Subject: [PATCH] Enforce LF. --- .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