This is an automated email from the ASF dual-hosted git repository.

tallison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/main by this push:
     new 0899022  set defaul eol=lf for better consistency with style checker, 
third try
0899022 is described below

commit 08990221a6a892298ba3bd2fedbde500fca94a79
Author: tballison <[email protected]>
AuthorDate: Mon Apr 12 11:58:00 2021 -0400

    set defaul eol=lf for better consistency with style checker, third try
---
 .gitattributes | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/.gitattributes b/.gitattributes
index 4b51d65..a3f1fa5 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,7 +1,4 @@
-text eol=lf
-*.java text
-*.xml text
-*.properties text
+* text=auto eol=lf
 
tika-parsers/tika-parsers-classic/tika-parsers-classic-package/src/test/resources/test-documents/testEMLX.emlx
 eol=lf
 
tika-parsers/tika-parsers-classic/tika-parsers-classic-package/src/test/resources/test-documents/testTXT.txt
 eol=lf
 
tika-parsers/tika-parsers-classic/tika-parsers-classic-modules/tika-parser-html-module/src/test/resources/test-documents/testHTML.html
 eol=lf

Reply via email to