# New Ticket Created by Paul Cochrane # Please include the string: [perl #41485] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=41485 >
chromatic asked me recently whether or not a subversion property exists for line endings to help keep text files consistent within the repository. It turns out there is, namely the svn:eol-style property. This should be set to "LF" so that one has Unix-style end-of-line characters. I have added a test for this into t/codingstd/line_endings.t but before I commit it, I thought I'd check if having all text files have this property set was appropriate (especially for Windows users). If noone complains then I'll commit the change, and close this ticket. Regards, Paul