From 42dcf2c8964c9a4c757a0f89331df6d144515113 Mon Sep 17 00:00:00 2001 From: Shuhel Ahmed Date: Fri, 19 Jun 2015 16:41:06 +0600 Subject: [PATCH] chore(*): saving files before refreshing line endings --- .gitattributes | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..57abe8d25 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,12 @@ +# Set the default behavior, in case people don't have core.autocrlf set. +* text eol=lf + +# Explicitly declare text files you want to always be normalized and converted +# to native line endings on checkout. +*.js text +*.md text +*.json text + +# Denote all files that are truly binary and should not be modified. +*.png binary +*.jpg binary