aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLin, Jerry (jl319x) <jl319x@att.com>2017-02-22 16:32:52 -0500
committerLin, Jerry (jl319x) <jl319x@att.com>2017-02-22 16:34:19 -0500
commit7b53a8ba3c212c97ac0a725103c703a329cd73cf (patch)
treec15d45a6c5ec4238e2bc2ef1aba00a4fcd787d60
parentde07765e05041190c6fdd7bbef6c9419e929f9cb (diff)
add to ignore the line ending differences.
Change-Id: I8ce2034ab9b0f27013d24c5ab7f92076d9cab69a Signed-off-by: Lin, Jerry (jl319x) <jl319x@att.com>
-rw-r--r--.gitattributes14
1 files changed, 14 insertions, 0 deletions
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
+