From 1c76bf7e94f4b5ee9d623eee608f83d9891c117d Mon Sep 17 00:00:00 2001 From: Mike Sidorov Date: Tue, 30 Dec 2014 21:14:35 +0500 Subject: [PATCH] chore(*): add .gitattributes with new lines configuration Closes #10431 Closes #10605 --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000000..b7ca95b5b77a --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +# Auto detect text files and perform LF normalization +* text=auto + +# JS files must always use LF for tools to work +*.js eol=lf