From 7e708ccf986ea72ce4db059e9d0c42809a3bd2b9 Mon Sep 17 00:00:00 2001 From: PatrickJS Date: Sun, 4 Jan 2015 15:20:28 -0800 Subject: [PATCH] chore: add .gitattributes with new lines config --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..b7ca95b5b7 --- /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