From dd16b96756327d05fe13a57d92e9b172e0da24f4 Mon Sep 17 00:00:00 2001 From: Chiel ten Brinke Date: Mon, 23 May 2016 17:25:03 +0200 Subject: [PATCH] Add .gitattributes file. --- .gitattributes | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..e08c83e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,7 @@ +# Set the default behavior, in case people don't have core.autocrlf set. +* text=auto + +# Explicitly declare text files you want to always be normalized and converted +# to native line endings on checkout. +*.vim text +*.md text