From 61ec964713d008ef25a7346fdbb07ceb8d09881a Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 6 Aug 2019 14:27:16 +0300 Subject: [PATCH] Add a .gitattributes file and 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