From: Lin, Jerry (jl319x) Date: Wed, 22 Feb 2017 21:32:52 +0000 (-0500) Subject: add to ignore the line ending differences. X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=7b53a8ba3c212c97ac0a725103c703a329cd73cf;p=aai%2Faai-service.git add to ignore the line ending differences. Change-Id: I8ce2034ab9b0f27013d24c5ab7f92076d9cab69a Signed-off-by: Lin, Jerry (jl319x) --- diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..2f108b8 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,14 @@ +# Set the default behavior, in case people don't have core.autocrlf set. +* text=auto + +# Explicitly declare text files you want to always be normalized and converted +# to native line endings on checkout. +*.java text eol=crlf +*.sh text eol=crlf +*.pl text eol=crlf +*.json text eol=crlf +*.properties text eol=crlf +*.xml text eol=crlf +*.xsd text eol=crlf +*.txt text eol=crlf +