From 21549090c981c39fb65a04e04e61fb9863273f29 Mon Sep 17 00:00:00 2001 From: euromark Date: Mon, 7 Jul 2014 15:32:19 +0200 Subject: [PATCH] Add git attributes --- .gitattributes | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..af6a8649 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,10 @@ +# Define the line ending behavior of the different file extensions +# Set default behaviour, in case users don't have core.autocrlf set. +* text=lf + +# Explicitly declare text files we want to always be normalized and converted +# to native line endings on checkout. +*.php eol=lf + +# Declare files that will always have CRLF line endings on checkout. +*.bat eol=crlf