This is an automated email from the ASF dual-hosted git repository. jleroux pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/trunk by this push: new b424d26 Improved: Equivalent of svn:auto-props properties on the server (OFBIZ-OFBIZ-11279) b424d26 is described below commit b424d2683e0679aeb4d49d3a28a2a682eed50b48 Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Thu Dec 19 13:15:10 2019 +0100 Improved: Equivalent of svn:auto-props properties on the server (OFBIZ-OFBIZ-11279) We should have an equivalent of svn:auto-props properties on the server: https://help.github.com/articles/dealing-with-line-endings/#per-repository-settings --- .gitattributes | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..2865b16 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,41 @@ +# Set the default behavior, in case people don't have core.autocrlf set. +* text=auto + +# Explicitly declare text files to always be normalized and converted +# to native line endings on checkout. +*.java text +*.groovy text +*.jsp text +*.ftl text +*.js text +*.sql text +*.txt text +*.properties text +*.xml text +*.xsl text +*.xsd text +*.html text +*.htm text +*.css text +*.gradle text +*.md text +Makefile text +README text +NOTICE text +LICENSE text +rc.ofbiz.* text +*.less text +*.adoc text +*.sh text + +# Declare files that will always have CRLF line endings on checkout. +*.bat text eol=crlf + +# Denote all files that are truly binary and should not be modified. +*.png binary +*.jpg binary +*.gif binary +*.tif binary +*.zip binary +*.jks binary +*.ttf binary