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 aca292d  set defaul eol=lf for better consistency with style checker, 
second try
aca292d is described below

commit aca292dafb138032ff71d8fe9086793446abf7a8
Author: tballison <[email protected]>
AuthorDate: Mon Apr 12 11:53:37 2021 -0400

    set defaul eol=lf for better consistency with style checker, second try
---
 .gitattributes | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitattributes b/.gitattributes
index e8217d9..4b51d65 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,4 +1,7 @@
 text eol=lf
+*.java text
+*.xml text
+*.properties text
 
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