From 8130c6392d15335c1cbed2c26e67aa53d406656a Mon Sep 17 00:00:00 2001 From: David Webster Date: Mon, 14 Mar 2016 20:28:28 +0000 Subject: [PATCH] Configure CRLF line endings for whole repo (cherry picked from commit 5f594edd19e37e0c6a838104c80d0da93943c428) (cherry picked from commit d179e44f7cba552554be5aa3bf30c5eec20dd2e5) --- .gitattributes | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..2e8e8e1287 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,13 @@ +# Default line-endings for repo (works on check-in and check-out) +* text eol=crlf + +# Binary files (do not alter line-endings) - from https://github.com/Alfresco/Aikau/blame/master/.gitattributes +*.bcmap binary +*.gif binary +*.jpg binary +*.mp3 binary +*.mp4 binary +*.pdf binary +*.png binary +*.PNG binary +*.woff binary \ No newline at end of file