From afcddac1d6f2963ee9d4a65c4ca1813e6238c8f7 Mon Sep 17 00:00:00 2001 From: Compolomus Date: Thu, 16 Apr 2020 22:29:59 +0200 Subject: [PATCH] Add gitattributes --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..54c9e70 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +*.md text eol=lf +*.php text eol=lf +*.ini text eol=lf +*.json text eol=lf +*.yml text eol=lf +*.tcl text eol=lf