eol for netbeans plat properties and xml

This commit is contained in:
Greg DiCristofaro 2023-05-18 11:36:32 -04:00
parent 2f5c25219b
commit 241c43b2c9

4
.gitattributes vendored
View File

@ -19,3 +19,7 @@ Doxyfile text
/KeywordSearch/solr/bin/init.d/solr eol=lf /KeywordSearch/solr/bin/init.d/solr eol=lf
/KeywordSearch/solr/bin/post eol=lf /KeywordSearch/solr/bin/post eol=lf
/KeywordSearch/solr/bin/solr eol=lf /KeywordSearch/solr/bin/solr eol=lf
# ensure properties files and xml files in the platform don't get changed during the build
/netbeans-plat/15/**/*.properties eol=lf
/netbeans-plat/15/**/*.xml eol=lf