- *.php = svn:eol-style=LF
- *.tpl = svn:eol-style=LF
- *.sql = svn:eol-style=LF
- *.lang = svn:eol-style=LF
- *.sh = svn:eol-style=LF;svn:executable
- *.txt = svn:eol-style=LF
- *.htaccess = svn:eol-style=LF
- *.html = svn:eol-style=LF
- *.htm = svn:eol-style=LF
- *.css = svn:eol-style=LF
- *.js = svn:eol-style=LF
- *.xml = svn:eol-style=LF
- COPYRIGHT = svn:eol-style=LF
- CREDITS = svn:eol-style=LF
- INSTALL = svn:eol-style=LF
- LICENSE = svn:eol-style=LF
- LICENSES = svn:eol-style=LF
- README = svn:eol-style=LF
Of course we need to write a script, that will set that "svn:eol-style" to all files, that are already in repository. I think, that doing that only dev branches, like "5.1.x", "5.2.x", "1.1.x" of each module will ensure that all future releases have normal line endings. I don't think, that recreating every zip file made since 5.0.0 release would do us any good at the moment.