This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-compress.git
The following commit(s) were added to refs/heads/master by this push: new b07653e1f Deal with LF on Windows b07653e1f is described below commit b07653e1fbb111ce079bd5191c04fddea8e1f09a Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Nov 15 14:33:33 2023 -0500 Deal with LF on Windows --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 1b7d7dd95..3243c3a57 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,6 +3,7 @@ *.arj binary *.java text diff=java eol=lf *.md text eol=lf +*.properties text eol=lf *.txt text eol=lf *.xml text *.yml text