From 96e8daf85e99ad39c2831408bff658b069f7a96e Mon Sep 17 00:00:00 2001 From: Alex Mukha Date: Wed, 11 Oct 2017 15:39:22 +0100 Subject: [PATCH] REPO-2886 Add gitattributes file --- .gitattributes | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..8303247a39 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +.* eol=crlf +*.html eol=crlf +*.java eol=crlf +*.txt eol=crlf +*.css eol=crlf +*.xml eol=crlf +*.js eol=crlf +*.properties eol=crlf \ No newline at end of file