From 727cfe92e3c65db05ec2d1881afa78668bf6ac5b Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Fri, 2 Nov 2018 15:59:48 +0100 Subject: [PATCH] Force correct line endings --- .gitattributes | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..17098d8b73 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,11 @@ +# Ensure Docker script files uses LF to support Docker for Windows. +# Ensure "git config --global core.autocrlf input" before you clone +* text eol=lf +*.ts whitespace=error +*.js whitespace=error + +*.ico binary +*.jpg binary +*.png binary +*.zip binary +*.mp3 binary