This is an automated email from the ASF dual-hosted git repository. rzo1 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomee.git
commit f1d981da4f888ddc96fd363a09a5ab96c38f3ef8 Author: Richard Zowalla <[email protected]> AuthorDate: Wed Feb 9 21:28:23 2022 +0100 Adds *.policy to .gitattributes to be handled as text, which needs line ending normalization --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index c5297d1..f057d6b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -22,6 +22,7 @@ *.jspf text eol=lf *.md text eol=lf *.properties text eol=lf +*.policy text eol=lf *.sbt text eol=lf *.scala text eol=lf *.sh text eol=lf
