From 8d6e1b16977d68c32b279f494af18e20a667af87 Mon Sep 17 00:00:00 2001 From: Christoph Date: Mon, 7 Nov 2016 18:35:18 +0100 Subject: [PATCH] Add .gitattributes (#2609) Signed-off-by: Christoph --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..9ce0f35fa --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +# Set the default behavior, in case people don't have core.autocrlf set. +* text=auto + +# Ensure diffs have LF endings +*.diff text eol=lf