From 8c5f08ea9437f95e423efe7390fe184b8e178bc2 Mon Sep 17 00:00:00 2001 From: stelar7 Date: Thu, 30 Jul 2020 14:38:26 +0200 Subject: [PATCH] Meta: Add .gitattributes file This file is used to configure Git to properly handle line endings --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000000..84a67e5741b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +# Set the default behavior to always use LF file endings +* text=auto eol=lf + +# Denote all files that are truly binary and should not be modified. +*.png binary +*.jpg binary