From 0b2aac7bddc853cd341e9952a8a8cb3956cd461a Mon Sep 17 00:00:00 2001 From: Valeriy Date: Fri, 22 Feb 2019 10:26:19 +0300 Subject: [PATCH] chore(tools): set git attributes for line endigs (#35298) --- .gitattributes | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 9dd77ca667..40ba3b6eae 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,15 @@ -*.jsx linguist-language=JavaScript +* text=auto eol=lf + +# These files are binary and should be left untouched +*.eot binary +*.gif binary +*.ico binary +*.jpeg binary +*.jpg binary +*.mov binary +*.mp3 binary +*.mp4 binary +*.pdf binary +*.png binary +*.ttf binary +*.woff binary