From 936c8f6e4c18aa9355c01cbf7ac2834d9ea14e45 Mon Sep 17 00:00:00 2001 From: Kompwu <37782740+Kompwu@users.noreply.github.com> Date: Fri, 13 Jul 2018 09:04:51 +0200 Subject: [PATCH] Create .gitattributes --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..3385d7774c --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +# Auto-detect text files. +* text=auto + +# Force Unix EOLs, to prevent Windows from breaking them. +*.* text eol=lf